• Matthew Slipper's avatar
    op-supervisor: fix data race in test (#12824) · 6fbf9db6
    Matthew Slipper authored
    * op-supervisor: fix data race in test
    
    This test is flaky in CI. I believe it may be related to a data race: the `count` variable was being read from/written to across multiple threads which could lead to invalid data being read by the test. I verified that the data race was gone by running the test with `-race`.
    
    * Use >= rather than exact numbers
    6fbf9db6
Name
Last commit
Last update
..
cycle.go Loading commit data...
cycle_test.go Loading commit data...
safe_frontier.go Loading commit data...
safe_frontier_test.go Loading commit data...
safe_start.go Loading commit data...
safe_start_test.go Loading commit data...
safe_update.go Loading commit data...
safe_update_test.go Loading commit data...
unsafe_frontier.go Loading commit data...
unsafe_frontier_test.go Loading commit data...
unsafe_start.go Loading commit data...
unsafe_start_test.go Loading commit data...
unsafe_update.go Loading commit data...
unsafe_update_test.go Loading commit data...
worker.go Loading commit data...
worker_test.go Loading commit data...