Skip to content
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

Speed up pkg/controller/volume/persistentvolume unit tests #98792

Merged

Conversation

wzshiming
Copy link
Member

What type of PR is this?
/kind cleanup
/kind flake

What this PR does / why we need it:
41s -> 19s

Which issue(s) this PR fixes:

xref #98486

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/flake Categorizes issue or PR as related to a flaky test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 5, 2021
@k8s-ci-robot
Copy link
Contributor

@wzshiming: This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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 added 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. labels Feb 5, 2021
@k8s-ci-robot k8s-ci-robot added sig/apps Categorizes an issue or PR as relevant to SIG Apps. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Feb 5, 2021
@wzshiming
Copy link
Member Author

5s: 0 runs so far, 0 failures
10s: 0 runs so far, 0 failures
15s: 0 runs so far, 0 failures
20s: 0 runs so far, 0 failures
25s: 8 runs so far, 0 failures
30s: 8 runs so far, 0 failures
35s: 8 runs so far, 0 failures
40s: 16 runs so far, 0 failures
45s: 16 runs so far, 0 failures
50s: 16 runs so far, 0 failures
55s: 16 runs so far, 0 failures
1m0s: 24 runs so far, 0 failures
1m5s: 24 runs so far, 0 failures
1m10s: 24 runs so far, 0 failures
1m15s: 24 runs so far, 0 failures
1m20s: 32 runs so far, 0 failures
1m25s: 32 runs so far, 0 failures
1m30s: 32 runs so far, 0 failures
1m35s: 32 runs so far, 0 failures
1m40s: 40 runs so far, 0 failures
1m45s: 40 runs so far, 0 failures
1m50s: 40 runs so far, 0 failures
1m55s: 40 runs so far, 0 failures
2m0s: 48 runs so far, 0 failures
2m5s: 48 runs so far, 0 failures
2m10s: 48 runs so far, 0 failures
2m15s: 48 runs so far, 0 failures
2m20s: 56 runs so far, 0 failures
2m25s: 56 runs so far, 0 failures
2m30s: 56 runs so far, 0 failures
2m35s: 58 runs so far, 0 failures
2m40s: 64 runs so far, 0 failures
2m45s: 64 runs so far, 0 failures
2m50s: 64 runs so far, 0 failures
2m55s: 72 runs so far, 0 failures
3m0s: 72 runs so far, 0 failures
3m5s: 72 runs so far, 0 failures
3m10s: 72 runs so far, 0 failures
3m15s: 80 runs so far, 0 failures
3m20s: 80 runs so far, 0 failures
3m25s: 80 runs so far, 0 failures
3m30s: 80 runs so far, 0 failures
3m35s: 88 runs so far, 0 failures
3m40s: 88 runs so far, 0 failures
3m45s: 88 runs so far, 0 failures
3m50s: 88 runs so far, 0 failures
3m55s: 96 runs so far, 0 failures
4m0s: 96 runs so far, 0 failures
4m5s: 96 runs so far, 0 failures
4m10s: 96 runs so far, 0 failures
4m15s: 104 runs so far, 0 failures
4m20s: 104 runs so far, 0 failures
4m25s: 104 runs so far, 0 failures
4m30s: 104 runs so far, 0 failures
4m35s: 112 runs so far, 0 failures
4m40s: 112 runs so far, 0 failures

@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Feb 5, 2021
@msau42
Copy link
Member

msau42 commented Feb 10, 2021

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 10, 2021
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: msau42, wzshiming

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 /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 Feb 10, 2021
@wzshiming
Copy link
Member Author

/retest

@k8s-ci-robot k8s-ci-robot merged commit 18605d8 into kubernetes:master Feb 10, 2021
@k8s-ci-robot k8s-ci-robot added this to the v1.21 milestone Feb 10, 2021
@wzshiming wzshiming deleted the ut/speed-up-persistentvolume branch February 10, 2021 09:20
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. 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. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. release-note-none Denotes a PR that doesn't merit a release note. sig/apps Categorizes an issue or PR as relevant to SIG Apps. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants