-
Notifications
You must be signed in to change notification settings - Fork 33
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
reducing amount of "eventually"s in e2e tests #100
reducing amount of "eventually"s in e2e tests #100
Conversation
38c58ad
to
7e3f78b
Compare
7e3f78b
to
4a08bf1
Compare
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.
just small initial review. not really contributed to the discussion about the eventually
for now.
ece37b8
to
974d0db
Compare
17399ef
to
8adf567
Compare
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.
/approve
/lgtm
As long as we fix all the skipped tests after the refactoring.
@RamLavi feel free to cancel the hold |
Signed-off-by: Ram Lavi <[email protected]>
8adf567
to
2cb2390
Compare
/lgtm |
@RamLavi: you cannot LGTM your own PR. In response to this:
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: phoracek, RamLavi 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 |
/lgtm |
/release-note-none |
Most of the kubemacpool tests are using 'Eventually' method.
Using this method may hide bugs (for example).
In this PR we will reexamine the use of eventually in the e2e tests, to achieve the following goal:
As part of opening this PR, we will signal as 'P' tests that show unstable behavior as a result of the removal of eventually - indicating a potential bug. For each there will be opened a corresponding issue.
Signed-off-by: Ram Lavi [email protected]