Skip to content
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

TestFunctional/parallel/CpCmd failing on Windows: cat: /home/docker/hello_cp.txt: No such file or directory #10914

Closed
medyagh opened this issue Mar 24, 2021 · 1 comment · Fixed by #10920
Assignees
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@medyagh
Copy link
Member

medyagh commented Mar 24, 2021

I failed to check the windows tests on this PR
#10198

"TestFunctional/parallel/CpCmd"

2021-03-08T02:06:38.4127857Z === CONT  TestFunctional/parallel/CpCmd
2021-03-08T02:06:38.4130774Z     functional_test.go:1163: (dbg) Non-zero exit: ./minikube-windows-amd64.exe -p functional-20210308020110-2800 ssh "cat /home/docker/hello_cp.txt": exit status 1 (1.0589153s)
2021-03-08T02:06:38.4133473Z         
2021-03-08T02:06:38.4137715Z         -- stdout --
2021-03-08T02:06:38.4144571Z         	cat: /home/docker/hello_cp.txt: No such file or directory
2021-03-08T02:06:38.4146751Z         
2021-03-08T02:06:38.4152430Z         -- /stdout --
2021-03-08T02:06:38.4155021Z         ** stderr ** 
2021-03-08T02:06:38.4160250Z         	ssh: Process exited with status 1
2021-03-08T02:06:38.4163844Z         
2021-03-08T02:06:38.4166859Z         ** /stderr **
2021-03-08T02:06:38.4173112Z     functional_test.go:1168: failed to run an cp command. args "./minikube-windows-amd64.exe -p functional-20210308020110-2800 ssh \"cat /home/docker/hello_cp.txt\"" : exit status 1
2021-03-08T02:06:38.4175824Z     functional_test.go:1171: /testdata/cp-test.txt content mismatch (-want +got):
2021-03-08T02:06:38.4181403Z           string(
2021-03-08T02:06:38.4185474Z         - 	"Test file for checking file cp process",
2021-03-08T02:06:38.4189120Z         + 	"cat: /home/docker/hello_cp.txt: No such file or directory\r\n",
2021-03-08T02:06:38.4191588Z           )

CC: @anencore94

@medyagh medyagh added kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Mar 24, 2021
@anencore94
Copy link
Contributor

/assign

@tstromberg tstromberg changed the title failing test TestFunctional/parallel/CpCmd failing on Windows: cat: /home/docker/hello_cp.txt: No such file or directory Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants