Skip to content

Conversation

@pacoxu
Copy link
Member

@pacoxu pacoxu commented Apr 12, 2021

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?

None

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/flake Categorizes issue or PR as related to a flaky test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. area/kubelet sig/node Categorizes an issue or PR as relevant to SIG Node. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Apr 12, 2021
@pacoxu pacoxu changed the title exec test should not run in Parallel as feature gate is not locked frequently flake ut: exec test should not run in Parallel as feature gate is not locked yet Apr 12, 2021
@pacoxu
Copy link
Member Author

pacoxu commented Apr 12, 2021

/cc SergeyKanzhelev ehashman

Copy link
Member

@odinuge odinuge left a 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

@k8s-ci-robot k8s-ci-robot added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Apr 12, 2021
@k8s-ci-robot
Copy link
Contributor

@odinuge: The label(s) triage/accept cannot be applied, because the repository doesn't have them.

Details

In response to this:

Good catch!

/lgtm
/priority important-soon
/triage accept

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.

@k8s-ci-robot k8s-ci-robot removed the needs-priority Indicates a PR lacks a `priority/foo` label and requires one. label Apr 12, 2021
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 12, 2021
@odinuge
Copy link
Member

odinuge commented Apr 12, 2021

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Apr 12, 2021
@pacoxu pacoxu force-pushed the flake/fix-exec-probe branch from 8a647e3 to 096f0ec Compare April 13, 2021 01:39
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 13, 2021
@yangjunmyfm192085
Copy link
Contributor

/test pull-kubernetes-unit

@pacoxu pacoxu force-pushed the flake/fix-exec-probe branch from 096f0ec to 49e7700 Compare April 13, 2021 06:16
@pacoxu
Copy link
Member Author

pacoxu commented Apr 13, 2021

local test results(as I was using mac, I run it with #101013 ):

8m5s: 371 runs so far, 0 failures

@pacoxu pacoxu requested a review from odinuge April 13, 2021 09:00
Copy link
Member

@odinuge odinuge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 13, 2021
@pacoxu
Copy link
Member Author

pacoxu commented Apr 13, 2021

/assign @derekwaynecarr
for approval

failed 60+/216 today

Copy link
Contributor

@jackfrancis jackfrancis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@pacoxu
Copy link
Member Author

pacoxu commented Apr 14, 2021

@derekwaynecarr would you take a look?

@mrunalp
Copy link
Contributor

mrunalp commented Apr 14, 2021

/approve

@k8s-ci-robot
Copy link
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 14, 2021
@k8s-ci-robot k8s-ci-robot merged commit 87e0466 into kubernetes:master Apr 14, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.22 milestone Apr 14, 2021
k8s-ci-robot added a commit that referenced this pull request Apr 22, 2021
…#100200-upstream-release-1.21

Automated cherry pick of #100200: respect ExecProbeTimeout and #101006: exec test should not run in Parallel
k8s-ci-robot added a commit that referenced this pull request Apr 22, 2021
…#100200-upstream-release-1.20

Automated cherry pick of #100200: respect ExecProbeTimeout and #101006: exec test should not run in Parallel
@pacoxu pacoxu deleted the flake/fix-exec-probe branch June 23, 2021 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/kubelet cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/flake Categorizes issue or PR as related to a flaky test. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note-none Denotes a PR that doesn't merit a release note. sig/node Categorizes an issue or PR as relevant to SIG Node. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants