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

flaky TestReconnect5 #1405

Closed
marten-seemann opened this issue Apr 18, 2022 · 1 comment · Fixed by #1406
Closed

flaky TestReconnect5 #1405

marten-seemann opened this issue Apr 18, 2022 · 1 comment · Fixed by #1406
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@marten-seemann
Copy link
Contributor

The new (#1399) reconnect test is flaky.

=== RUN   TestReconnect5
  === RUN   TestReconnect5/using_TCP
      reconnect_test.go:115: 
          	Error Trace:	reconnect_test.go:115
          	            				reconnect_test.go:47
          	            				reconnect_test.go:52
          	Error:      	Condition never satisfied
          	Test:       	TestReconnect5/using_TCP
@marten-seemann marten-seemann added the kind/bug A bug in existing code (including security flaws) label Apr 18, 2022
@marten-seemann
Copy link
Contributor Author

More flakiness:

=== RUN   TestReconnect5/using_QUIC
    reconnect_test.go:96: 
        	Error Trace:	reconnect_test.go:96
        	            				asm_arm64.s:1259
        	Error:      	Received unexpected error:
        	            	close called for canceled stream 16
        	Test:       	TestReconnect5/using_QUIC
--- FAIL: TestReconnect5 (0.31s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant