-
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: TestFullHandshake #6294
Comments
This looks wrong: grpc-go/credentials/alts/alts_test.go Lines 324 to 327 in 417d4b6
Can you take a look, please @matthewstevenson88? This test is flaking which can delay our development cycles. |
Thanks for flagging this, I will take a look today. |
I've sent #6300 to fix this issue. Thanks again for finding the flake! |
I see a similar/same leak in an upgrade deps PR in our project: googleapis/gapic-generator-go#1362
|
Not that I know of, but I also don't know what that stands for.
I had just noticed the leak referenced NewCallbackSerializer which was also in the call stack of this issue. I believe you should be able to view our test logs in the link, but I posted the full context we had from our leak checker, at least for this specific test(many failed do to what I assume is one issue.) |
Thanks @codyoss. Could you open a separate issue for this failure to better get the attention of the gRPC-Go team? I don't want the leak you noticed to get buried in this flaky test issue, which I think is unrelated. |
@matthewstevenson88 done. |
Closing this issue since #6300 is merged. |
Saw this flake recently on a presubmit run. A re-run made it go away. Opening this issue to track if this comes up again.
run:
https://github.com/grpc/grpc-go/actions/runs/4988867731/jobs/8932073496
The text was updated successfully, but these errors were encountered: