-
Notifications
You must be signed in to change notification settings - Fork 601
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
Use WaitForPodRunning instead of WaitForResourceReady on pods #4093
Conversation
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-knative-eventing-integration-tests:
|
/retest |
/test all |
The changes look great and they makes sense. However, I see this comment: #4073 (comment) What I understand from it was making the |
/assign |
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
9db2055
to
d5054bf
Compare
This reverts commit 6d59fd2.
/cc @aliok |
Worked, retesting |
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.
Looks great IMO.
/lgtm
/approve
Thanks!
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aliok, lionelvillard, pierDipi 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 |
…e#4093) * Use WaitForPodRunning instead of WaitForResourceReady on pods Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Check if pod is running in isResourceReady Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Revert "Use WaitForPodRunning instead of WaitForResourceReady on pods" This reverts commit 6d59fd2.
…e#4093) * Use WaitForPodRunning instead of WaitForResourceReady on pods Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Check if pod is running in isResourceReady Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Revert "Use WaitForPodRunning instead of WaitForResourceReady on pods" This reverts commit 6d59fd2.
…e#4093) (#845) * Use WaitForPodRunning instead of WaitForResourceReady on pods Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Check if pod is running in isResourceReady Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Revert "Use WaitForPodRunning instead of WaitForResourceReady on pods" This reverts commit 6d59fd2. Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
…e#4093) (#846) * Use WaitForPodRunning instead of WaitForResourceReady on pods Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Check if pod is running in isResourceReady Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * Revert "Use WaitForPodRunning instead of WaitForResourceReady on pods" This reverts commit 6d59fd2. Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Fixes #4073
WaitForResourceReady on pods makes our tests flaky.
Proposed Changes
Release Note