Skip to content

Flaky: loadtest/reconnectingpty #5187

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

Closed
mtojek opened this issue Nov 29, 2022 · 1 comment · Fixed by #5300
Closed

Flaky: loadtest/reconnectingpty #5187

mtojek opened this issue Nov 29, 2022 · 1 comment · Fixed by #5300
Assignees

Comments

@mtojek
Copy link
Member

mtojek commented Nov 29, 2022

I'm not able to pass CI tests and simply burning CPU cycles on this test:

        "error": connection closed
                 	storj.io/drpc/drpcstream.(*Stream).sendPacket:268
                 	storj.io/drpc/drpcstream.(*Stream).CloseSend:501
                 	storj.io/drpc/drpcserver.(*Server).handleRPC:126
                 	storj.io/drpc/drpcserver.(*Server).ServeOne:66
                 	storj.io/drpc/drpcserver.(*Server).Serve.func2:112
                 	storj.io/drpc/drpcctx.(*Tracker).track:52
    run_test.go:213: Runner logs:
        
        Opening reconnecting PTY connection to agent via coderd...
        	ID:      e50ab00c-6ae1-4998-952e-731fbd3c5403
        	Width:   80
        	Height:  24
        	Command: "echo 'hello world' && sleep 1"
        
        
    run_test.go:214: 
        	Error Trace:	/home/runner/work/coder/coder/loadtest/reconnectingpty/run_test.go:214
        	Error:      	Received unexpected error:
        	            	copy context:
        	            	    github.com/coder/coder/loadtest/reconnectingpty.(*Runner).Run
        	            	        /home/runner/work/coder/coder/loadtest/reconnectingpty/run.go:96
        	            	  - context deadline exceeded
        	Test:       	Test_Runner/ExpectOutput/Matches

...
=== FAIL: loadtest/reconnectingpty Test_Runner/ExpectOutput (0.00s)
    --- FAIL: Test_Runner/ExpectOutput (0.00s)

https://github.com/coder/coder/actions/runs/3574997126/jobs/6011265036
https://github.com/coder/coder/actions/runs/3574997126/jobs/6011165742
https://github.com/coder/coder/actions/runs/3574997126/jobs/6010978441

We need to look deeper into this problem

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

Successfully merging a pull request may close this issue.

1 participant