-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Rollforward xdsclient migrate internal #8391
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
Rollforward xdsclient migrate internal #8391
Conversation
…client and dedicated LRS client" This reverts commit d2e8366.
Can you please check if the failure is related to this PR?
|
Seems like a flake? content-type change should not be related. Filed an issue #8392 |
This could be related to migration changes that are being rolled forward. I'm fine with moving ahead with the test failure, as long as we are confident that the test also flakes on master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please verify that the flaking test is not due to this PR before merging.
My change is small. So, I will wait for this to go in and I will resolve any conflicts and merge later. Thanks. |
The dependecy changes test is failing. @dfawley and I had looked at it previously. @purnesh42H : You should be using the status code from the grpc package and not from "google.golang.org/genproto/googleapis/rpc/code". Please fix that before merging, and ensure that the dependency changes test is passing. |
Actually, we decided to keep it because we shouldn't be having grpc packages in core modules #8310 (comment). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified on forge that the flaking test fails a couple of times in 100k runs on both master and this PR. This indicates that the flake may not be a regresion.
Mergeable seems stuck. |
267aff3
to
4d620ae
Compare
…nt-migrate-internal
This reverts commit d2e8366 and fix the content-type for generic grpc transport.
RELEASE NOTES: None