Commit 613d8bb8 authored by Matthew Wong's avatar Matthew Wong

Fix multiple subpaths e2e: read/write in same container

parent 9f5a7992
......@@ -291,7 +291,8 @@ func testSubPath(input *subPathTestInput) {
SubPath: "subpath2",
})
addMultipleWrites(&input.pod.Spec.InitContainers[1], filepath1, filepath2)
// Write the files from container 0 and instantly read them back
addMultipleWrites(&input.pod.Spec.Containers[0], filepath1, filepath2)
testMultipleReads(input.f, input.pod, 0, filepath1, filepath2)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment