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

TestExecutionInfoVUSharing is flaky on Windows #2166

Open
yorugac opened this issue Oct 8, 2021 · 1 comment
Open

TestExecutionInfoVUSharing is flaky on Windows #2166

yorugac opened this issue Oct 8, 2021 · 1 comment

Comments

@yorugac
Copy link
Contributor

yorugac commented Oct 8, 2021

Noticed on test-prev job (1.16.x, windows-latest):
https://github.com/grafana/k6/runs/3835648741

--- FAIL: TestExecutionInfoVUSharing (3.99s)
    k6execution_test.go:146: 
        	Error Trace:	k6execution_test.go:146
        	Error:      	Not equal: 
        	            	expected: 0x9
        	            	actual  : 0xa
        	Test:       	TestExecutionInfoVUSharing
    k6execution_test.go:147: 
        	Error Trace:	k6execution_test.go:147
        	Error:      	Not equal: 
        	            	expected: 0x4
        	            	actual  : 0x5
        	Test:       	TestExecutionInfoVUSharing
FAIL
FAIL	go.k6.io/k6/core/local	62.225s

Linking #1986

@na--
Copy link
Member

na-- commented Dec 15, 2021

https://github.com/grafana/k6/runs/4535414738?check_suite_focus=true was another fail for this test:

--- FAIL: TestExecutionInfoVUSharing (3.89s)
    k6execution_test.go:146: 
        	Error Trace:	k6execution_test.go:146
        	Error:      	Not equal: 
        	            	expected: 0x9
        	            	actual  : 0xa
        	Test:       	TestExecutionInfoVUSharing
    k6execution_test.go:147: 
        	Error Trace:	k6execution_test.go:147
        	Error:      	Not equal: 
        	            	expected: 0x4
        	            	actual  : 0x5
        	Test:       	TestExecutionInfoVUSharing
FAIL
FAIL	go.k6.io/k6/core/local	61.952s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants