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

TestHTTP2GoAwayError filing on windows gotip #4098

Open
mstoykov opened this issue Dec 11, 2024 · 0 comments
Open

TestHTTP2GoAwayError filing on windows gotip #4098

mstoykov opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels

Comments

@mstoykov
Copy link
Contributor

--- FAIL: TestHTTP2GoAwayError (0.00s)
    error_codes_test.go:334: 
        	Error Trace:	D:/a/k6/k6/lib/netext/httpext/error_codes_test.go:334
        	Error:      	Not equal: 
        	            	expected: 0x657
        	            	actual  : 0x4b0
        	Test:       	TestHTTP2GoAwayError
    error_codes_test.go:335: 
        	Error Trace:	D:/a/k6/k6/lib/netext/httpext/error_codes_test.go:335
        	Error:      	Not equal: 
        	            	expected: "http2: received GoAway with http2 ErrCode INADEQUATE_SECURITY"
        	            	actual  : "read tcp 127.0.0.1:51877->127.0.0.1:51876: wsarecv: An established connection was aborted by the software in your host machine."
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-http2: received GoAway with http2 ErrCode INADEQUATE_SECURITY
        	            	+read tcp 127.0.0.1:51877->127.0.0.1:51876: wsarecv: An established connection was aborted by the software in your host machine.
        	Test:       	TestHTTP2GoAwayError

This started happening around the beginning of December

I can't reproduce it on my local windows VM wiht the same gotip version and nothing I tried in #4097 worked to tease it out

@mstoykov mstoykov added the tests label Dec 11, 2024
mstoykov added a commit that referenced this issue Dec 11, 2024
mstoykov added a commit that referenced this issue Dec 12, 2024
@joanlopez joanlopez self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants