We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was causing a test to be flaky but was worked around via #4377
The text was updated successfully, but these errors were encountered:
Client is watch for resource A
req(A, "") resp(A, v1) req(A, v1) // this is ACK
user cancels watch for A
req([], v1) // this removes A from the requested resources
user re-adds watch for A What version to send with the request? We will send
req(A, v1)
In the failed test, the controller (go-control-plane) doesn't resend (A, v1) to the client.
Sorry, something went wrong.
@menghanl is this now confirmed to be caused by envoyproxy/go-control-plane#431 ? If so I think we can close it here.
Yes. Closing now.
menghanl
No branches or pull requests
This was causing a test to be flaky but was worked around via #4377
The text was updated successfully, but these errors were encountered: