-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.15
-
None
Description of problem:
Testcase occassionally flakes: --- FAIL: TestRunGraph (1.04s) --- FAIL: TestRunGraph/mid-task_cancellation_with_work_in_queue_does_not_deadlock (0.01s) task_graph_test.go:943: unexpected error: [context canceled context canceled]
Version-Release number of selected component (if applicable):
Reproducible with current CVO git master revision 00d0940531743e6a0e8bbba151f68c9031bf0df6
How reproducible:
Well with --race and iterations
Steps to Reproduce:
1. go test --count 30 --race ./pkg/payload/...
Actual results:
Some failures
Expected results:
no failures
Additional info:
Seeing this occassionally flake last few months, finally isolated it but I didn't feel like digging into timing test code so I'm at least filing it instead