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

Flake: TestDockerDriver_Run #298

Open
carolynvs opened this issue Feb 21, 2023 · 0 comments
Open

Flake: TestDockerDriver_Run #298

carolynvs opened this issue Feb 21, 2023 · 0 comments

Comments

@carolynvs
Copy link
Contributor

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant