Skip to content

Fix WaitForNodesToBeReady race condition

Marcos Huck requested to merge fix/wait_for_nodes_race into fix/race_conditions

Related tasks

Context

The test case WaitForNodesToBeReady was failing due to a race condition. The status of the node that was being tested was modified while the check was being performed, leading into a race condition detected by the go race detector.

Change

The change of state has been removed from the test case.

Other information

Additional documentation

Merge request reports