-
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 Test/ServerSideXDS_FileWatcherCerts #4402
Comments
The test actually passed. This goroutine is leaked:
This goroutine should exit when the management server |
This is another flake: https://github.com/grpc/grpc-go/pull/4406/checks?check_run_id=2531642404 The issue here is different though. What is happening here is that we have a log statement from one of |
This has been fixed as part of envoyproxy/go-control-plane#429. We need to pin to the latest version of the go-control-plane from our go.mod. |
See: https://github.com/grpc/grpc-go/pull/4388/checks?check_run_id=2531319580
The text was updated successfully, but these errors were encountered: