-
Notifications
You must be signed in to change notification settings - Fork 268
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
[test][integration] Relax CheckLatestEvent
to CheckEventRecordedFor
.
#3145
[test][integration] Relax CheckLatestEvent
to CheckEventRecordedFor
.
#3145
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
Is it fix for #3144? |
It was not done for it specifically but it's fixing it. |
Awesome. Thanks! |
/test pull-kueue-test-e2e-main-1-29 |
#3147 created for the e2e flake |
@mbobrovskyi would be great if you could provide the first review |
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.
Overall LGTM.
/lgtm |
LGTM label has been added. Git tree hash: 4416005ca2625921d28da81ef68d288fe4ff3ef9
|
4cc9b1a
to
3906c35
Compare
3906c35
to
1fbe011
Compare
CheckLatestEvent
to CheckEventRecordedAfter
CheckLatestEvent
to CheckEventRecordedFor
.
Instead of expecting that an event is recorded last, check that the event was recorded for a specific object.
/test pull-kueue-test-integration-main Due to #3149. |
e71dc94
to
42454ba
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 2e31472a2e7e9320177a2fd9dabac0da9cb23300
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, trasc 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 |
…r`. (kubernetes-sigs#3145) * [test][integration] Relax `CheckLatestEvent` to `CheckEventRecordedFor`. Instead of expecting that an event is recorded last, check that the event was recorded for a specific object. * [util][testing] Remove `CheckLatestEvent` as is no longer used. * Review Remarks
What type of PR is this?
/kind bug
/kind failing-test
/kind flake
What this PR does / why we need it:
[test][integration] Relax
CheckLatestEvent
toCheckEventRecordedFor
.Instead of expecting that an event is recorded last, check that the event was recorded for a specific object.
Which issue(s) this PR fixes:
Fixes #3144
Special notes for your reviewer:
Does this PR introduce a user-facing change?