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 |
aliok
left a comment
There was a problem hiding this comment.
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 DetailsNeeds 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