Skip to content

capacity test: create CSIStorageObject before instantiating client-set#640

Merged
k8s-ci-robot merged 1 commit intokubernetes-csi:masterfrom
pohly:fix-capacity-unit-test-flake
Jun 8, 2021
Merged

capacity test: create CSIStorageObject before instantiating client-set#640
k8s-ci-robot merged 1 commit intokubernetes-csi:masterfrom
pohly:fix-capacity-unit-test-flake

Conversation

@pohly
Copy link
Copy Markdown
Contributor

@pohly pohly commented May 31, 2021

What type of PR is this?
/kind flake

What this PR does / why we need it:

This is necessary to ensure that the controller sees all of the
objects when it starts.

The previous approach with Create() was used to ensure that namespace
and UID are set. We now have to take care of that manually.

Which issue(s) this PR fixes:
Fixes #638

Does this PR introduce a user-facing change?:

NONE

This is necessary to ensure that the controller sees all of the
objects when it starts.

The previous approach with Create() was used to ensure that namespace
and UID are set. We now have to take care of that manually.
@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. labels May 31, 2021
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 31, 2021
@pohly pohly mentioned this pull request Jun 8, 2021
@xing-yang
Copy link
Copy Markdown
Contributor

/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 Jun 8, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pohly, xing-yang

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 Jun 8, 2021
@k8s-ci-robot k8s-ci-robot merged commit b430834 into kubernetes-csi:master Jun 8, 2021
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/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. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test flake: capacity metrics check fails

3 participants