-
Notifications
You must be signed in to change notification settings - Fork 4.7k
UPSTREAM: 76455: Fix flakes in HPA tests #22531
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
Conversation
/retest |
retest didn't trigger. Closing and re-opening to see if that will do it. |
I'm going to have the unit test run as many times as possible |
Even doing many runs of the unit test CI job the flake hasn't popped up (see https://openshift-gce-devel.appspot.com/builds/origin-ci-test/pr-logs/pull/22531/pull-ci-openshift-origin-master-unit/ where none of the flakes were this one). Seth, could you please review this? Clayton, are we okay to merge this and will you be reworking #22527? /assign @sjenning |
/retest |
As suggested by @RobertKrawitz, changed to only write to the chan while not holding the lock. This should make it impossible to hit the kind of deadlock we were seeing before. |
After discussion in slack, |
/assign sjenning |
…reated and TestAvoidUncessaryUpdates
I squashed and changed the commit message to reference the upstream PR kubernetes/kubernetes#76455 |
/lgtm |
/assign @sjenning |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joelsmith, RobertKrawitz, smarterclayton 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 |
/refresh |
/retest |
/test e2e-aws-serial |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
See https://bugzilla.redhat.com/show_bug.cgi?id=1695807
and the upstream PR kubernetes/kubernetes#76455