Update TestContainerSymlinkVolumes to use windows path#6568
Update TestContainerSymlinkVolumes to use windows path#6568estesp merged 1 commit intocontainerd:mainfrom
Conversation
|
Hi @katiewasnothere. Thanks for your PR. I'm waiting for a containerd 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. DetailsInstructions 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. |
|
Build succeeded.
|
Signed-off-by: Kathryn Baldauf <[email protected]>
5c36798 to
a3303e7
Compare
|
Build succeeded.
|
When mounting a file from the host into a container on windows, the container mount path must resolve to the form "C:/path" or starting the container will fail. If these tests are run from a drive other than the C:/ drive on the host, the path will not be resolved in the expected form, causing failures. This PR updates TestContainerSymlinkVolumes to explicitly mount the expected file on the C drive of the container when running on windows.
Signed-off-by: Kathryn Baldauf [email protected]