We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
One unit test (TestEventHandler_ProviderReadiness) appears to be flaky, intermittently failing under certain conditions.
TestEventHandler_ProviderReadiness
--- FAIL: TestEventHandler_ProviderReadiness (0.60s) --- FAIL: TestEventHandler_ProviderReadiness/for_unassociated_handler_from_default (0.20s) event_executor_test.go:742: timedout waiting for ready state callback, but got none
All tests pass
Run the test e.g. 200 times:
go test-run ^TestEventHandler_ProviderReadiness$ -count 200 --- FAIL: TestEventHandler_ProviderReadiness (0.60s) --- FAIL: TestEventHandler_ProviderReadiness/for_unassociated_handler_from_default (0.20s) event_executor_test.go:742: timedout waiting for ready state callback, but got none --- FAIL: TestEventHandler_ProviderReadiness (0.60s) --- FAIL: TestEventHandler_ProviderReadiness/for_unassociated_handler_from_default (0.20s) event_executor_test.go:742: timedout waiting for ready state callback, but got none --- FAIL: TestEventHandler_ProviderReadiness (0.60s) --- FAIL: TestEventHandler_ProviderReadiness/for_unassociated_handler_from_default (0.20s) event_executor_test.go:742: timedout waiting for ready state callback, but got none
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Observed behavior
One unit test (
TestEventHandler_ProviderReadiness
) appears to be flaky, intermittently failing under certain conditions.Expected Behavior
All tests pass
Steps to reproduce
Run the test e.g. 200 times:
The text was updated successfully, but these errors were encountered: