You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gate execution of missing volume test case for NodeUnpublishVolume
The "should fail when the volume is missing" test for
NodeUnpublishVolume verifies that a NotFound error occurs when the
endpoint is invoked for a missing volume. However, this expectation
really only holds for volume types that are locally attached, such as
local disks or iscsi. Specifically, it would not hold for
network-attached storage where it is fine to return Ok if the mount
point does not exist.
This change introduces a flag to gate execution of the test, defaulting
it not running since that was the behavior we have had before. Once
container-storage-interface/spec#433 is
addressed, we can update the tests acccordingly.
0 commit comments