-
Notifications
You must be signed in to change notification settings - Fork 42k
frequently flake ut: exec test should not run in Parallel as feature gate is not locked yet #101006
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
|
/cc SergeyKanzhelev ehashman |
odinuge
left a comment
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.
Good catch!
/lgtm
/priority important-soon
/triage accept
|
@odinuge: The label(s) DetailsIn 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. |
|
/triage accepted |
8a647e3 to
096f0ec
Compare
|
/test pull-kubernetes-unit |
Signed-off-by: pacoxu <[email protected]>
096f0ec to
49e7700
Compare
|
local test results(as I was using mac, I run it with #101013 ): 8m5s: 371 runs so far, 0 failures |
odinuge
left a comment
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.
Thanks!
/lgtm
|
/assign @derekwaynecarr failed 60+/216 today |
jackfrancis
left a comment
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
|
@derekwaynecarr would you take a look? |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, mrunalp, odinuge, pacoxu 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 |
What type of PR is this?
/kind flake
What this PR does / why we need it:
TestExecInContainer failed a lot in recent
pull-kubernetes-unit.Which issue(s) this PR fixes:
failed example: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/100612/pull-kubernetes-unit/1381446475732488192
Special notes for your reviewer:
the flake is from #100200 which is merged 1 day ago.
The test case will run in only 6 seconds without
t.Parallel().Does this PR introduce a user-facing change?