Closed chrishenzie closed 7 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: chrishenzie
Once this PR has been reviewed and has the lgtm label, please assign xing-yang for approval by writing /assign @xing-yang
in a comment. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/sig storage /cc @msau42 /cc @jsafrane /hold
Need to cut a release of the hostpath driver and update this PR to use that version.
/retest
TestMyDriverWithCustomTargetPaths
failed
I think this will continue failing until we've updated the hostpath driver version to v1.11, but we'll need to cut a release of it first
It looks like it failed because:
Go version for building the component: CSI_PROW_GO_VERSION_BUILD=1.18
...
# Building the hostpath driver
../../vendor/k8s.io/component-base/metrics/registry.go:35:29: undefined: atomic.Bool
note: module requires Go 1.19
Bumped the go version to 1.19 and testing now
Not seeing where the error is originating from /retest
/retest
New release-tools, new errors.
s: "target path creation command /home/prow/go/pkg/csiprow.LB7s91MBEk/mkdir_in_pod.sh failed: exit status 1",
I did not dig further
@chrishenzie: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pull-kubernetes-csi-csi-test | 89676a68f3ac633d9e1d43b00c6736374d6c0c17 | link | true | /test pull-kubernetes-csi-csi-test |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
I have a partially implemented test, just needs debugging
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close
@k8s-triage-robot: Closed this PR.
What type of PR is this? /kind feature
What this PR does / why we need it: This PR adds a test case that asserts
SINGLE_NODE_SINGLE_WRITER
volumes can only be published at one target path on a node.Which issue(s) this PR fixes: Fixes #420
Special notes for your reviewer:
Does this PR introduce a user-facing change?: