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
Sometimes I will see this test fail in CI where it appears to capture the output of the driver twice. Repeating the test fixes it.
docker_integration_test.go:102: Error Trace: docker_integration_test.go:102 docker_integration_test.go:44 Error: Not equal: expected: "Install action\n\nListing inputs\ninput1\n\nGenerating outputs\nAction install complete for example\n" actual : "Install action\n\nListing inputs\ninput1\n\nGenerating outputs\nAction install complete for example\nInstall action\n\nListing inputs\ninput1\n\nGenerating outputs\nAction install complete for example\n" Diff: --- Expected +++ Actual @@ -1 +1,8 @@ +Install action + +Listing inputs +input1 + +Generating outputs +Action install complete for example Install action Test: TestDockerDriver_Run --- FAIL: TestDockerDriver_Run (4.29s)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes I will see this test fail in CI where it appears to capture the output of the driver twice. Repeating the test fixes it.
The text was updated successfully, but these errors were encountered: