We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests that include lines like below can fail because they execute in the same directory
err = envoytest.RunKill(r, filepath.Join("testdata", "null.yaml"), time.Second*10) require.NoError(t, err, "error from envoytest.RunKill")
--- FAIL: Test_retrieveAdminAPIData/creates_all_non-empty_files (0.33s) admin_test.go:47: Error Trace: admin_test.go:47 Error: Received unexpected error: error killing runner: reading file in tar archive: file already exists: /home/circleci/.getenvoy/debug/1617156514287771521/certs.json Test: Test_retrieveAdminAPIData/creates_all_non-empty_files Messages: error from envoytest.RunKill
The text was updated successfully, but these errors were encountered:
This is no longer broke as they don't execute in the same dir anymore
Sorry, something went wrong.
No branches or pull requests
Tests that include lines like below can fail because they execute in the same directory
The text was updated successfully, but these errors were encountered: