-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flaky test: 1/10k: ControlChannelConnectivityStateMonitoring #5468
Comments
The reason why this test is flaky is as follows:
In a production environment, this scenario is extremely unlikely to occur, and even if it does occur, the only problem is that the RLS LB policy will fail to reset backoff state for the first time that the control channel transitions back to |
Our current state change API is lossy because state changes can be lost between the former returning and the caller invoking GetState. |
Blocked on #5818. |
FAILED in 1 out of 10000 in 43.9s |
Test error log:
https://github.com/grpc/grpc-go/runs/7033783730?check_suite_focus=true
The text was updated successfully, but these errors were encountered: