Add check to skip ExternalVolume e2e test in multi-node environment - #786
Closed
Michelle Au (msau42) wants to merge 1 commit into
Closed
Add check to skip ExternalVolume e2e test in multi-node environment#786Michelle Au (msau42) wants to merge 1 commit into
Michelle Au (msau42) wants to merge 1 commit into
Conversation
Collaborator
Author
|
This is still valid with #552, as that PR changes the e2e test to use CSI hostpath driver, which still has the same single-node restriction. If we add a test with an nfs csi driver then we could remove this restriction. |
…The mock volume plugin that's used for testing only supports single-node
Michelle Au (msau42)
force-pushed
the
skip-e2e
branch
from
August 7, 2026 17:47
14c6b00 to
e047187
Compare
Collaborator
Author
|
Thinking about it more, we should look at making the e2e with the oss nfs csi driver so that it could work in all clusters |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The mock volume plugin that's used for testing only supports single-node
Part of #232