Skip to content
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

Fix xds version set and status reporter #26638

Closed
wants to merge 5 commits into from

Conversation

hzxuzhonghu
Copy link
Member

@hzxuzhonghu hzxuzhonghu commented Aug 19, 2020

Currently, the version is not consistent across xds.
This pr:

  1. makes all cds response use the version from passed one

  2. fix status reporter, record event for no ops push

@hzxuzhonghu hzxuzhonghu requested a review from a team as a code owner August 19, 2020 10:28
@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Aug 19, 2020
@istio-testing istio-testing added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 19, 2020
@hzxuzhonghu hzxuzhonghu added release-notes-none Indicates a PR that does not require release notes. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 19, 2020
@howardjohn
Copy link
Member

fix status reporter, no record during push

This is working as intended, which is why the test fails. Why do you think it should not record? We consider not pushing == the envoy was updated, since the update is a NOP

@howardjohn
Copy link
Member

Oh I see - we are supposed to record on the ACK not on the send. I think we still need the for _, distributionType := range AllEventTypes { part though?

cc @therealmitchconnors

@hzxuzhonghu
Copy link
Member Author

I will take a look at the test.

@hzxuzhonghu
Copy link
Member Author

/retest

@istio-testing istio-testing added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 24, 2020
@hzxuzhonghu
Copy link
Member Author

/test integ-pilot-k8s-tests_istio

@istio-testing
Copy link
Collaborator

@hzxuzhonghu: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@istio-testing istio-testing added the needs-rebase Indicates a PR needs to be rebased before being merged label Aug 31, 2020
@hzxuzhonghu
Copy link
Member Author

outdated

@hzxuzhonghu hzxuzhonghu deleted the push-xds branch September 16, 2020 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. needs-rebase Indicates a PR needs to be rebased before being merged release-notes-none Indicates a PR that does not require release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants