Skip to content

Fix TestErrorThreshold flaking

Sami Hiltunen requested to merge smh-fix-test-threshold into master

This commit removes the indeterministic health checking from TestErrorThreshold. Health checks were performed in a background goroutine in the NodeManager without any synchronization with the test. This caused the test to be flaky.

Closes #3134 (closed)

Merge request reports