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. |
arjan-bal
left a comment
There was a problem hiding this comment.
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). |
arjan-bal
left a comment
There was a problem hiding this comment.
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