-
Notifications
You must be signed in to change notification settings - Fork 139
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
test: Fix TestNodeStageVolume
on Windows
#115
test: Fix TestNodeStageVolume
on Windows
#115
Conversation
Hi @mayankshah1607. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@andyzhangx I have tried to take a different approach for making the tests compatible across Windows as well as Linux. I have introduced a |
2e15a37
to
9ac19c8
Compare
Pull Request Test Coverage Report for Build 247995257
💛 - Coveralls |
57f41c6
to
fe2787f
Compare
targetTest := "./target_test" | ||
sourceTest := "./source_test" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whenever these tests are refactored, we'll similarly change the hard coded paths to testutil.GetWorkDirPath
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
anything you want to do in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, I think we can merge this one. I will open a follow up PR for refactoring remaining tests on this repo, as well as on the azurefile and azure disk repos
Signed-off-by: Mayank Shah <[email protected]>
fe2787f
to
194d551
Compare
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, mayankshah1607 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 |
Signed-off-by: Mayank Shah [email protected]
What type of PR is this?
What this PR does / why we need it:
Fix
TestNodeStageVolume
on WindowsWhich issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: