Closed
Description
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