-
Notifications
You must be signed in to change notification settings - Fork 546
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
Replace Polling with Watching in E2E Tests #696
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alecmerdler The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
81a3e4d
to
7b6cfca
Compare
e71548e
to
aaa3b72
Compare
This looks good! Holding off the the lgtm because there are lots of small notes to change things still, just let me know when it's ready for a review |
59b437c
to
40e0117
Compare
@alecmerdler: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
@ecordell I think this is super valuable, but IIRC we decided that we were going to use watches for all new e2e tests and replace older tests as we drop support for the |
@njhale seems reasonable to me |
Description
Advantages of
.Watch()
over polling:Modify
events before we see thestatus
we wantAddresses https://jira.coreos.com/browse/ALM-885