We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/coder/coder/runs/19666833200
Test times out after 10 minutes due to a deadlock in shutting down the agent
goroutine 2555 [semacquire, 9 minutes]: sync.runtime_Semacquire(0xc0006ae1b0?) /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sema.go:62 +0x25 sync.(*WaitGroup).Wait(0xc0006ae1a8) /opt/hostedtoolcache/go/1.21.5/x64/src/sync/waitgroup.go:116 +0xa5 github.com/coder/coder/v2/agent/agentscripts.(*Runner).Close(0xc0006ae100) /home/runner/actions-runner/_work/coder/coder/agent/agentscripts/agentscripts.go:320 +0x19e github.com/coder/coder/v2/agent.(*agent).Close(0xc004a0b200) /home/runner/actions-runner/_work/coder/coder/agent/agent.go:1498 +0x439 github.com/coder/coder/v2/agent_test.TestAgent_WriteVSCodeConfigs(0xc005b456c0) /home/runner/actions-runner/_work/coder/coder/agent/agent_test.go:1870 +0x160a testing.tRunner(0xc005b456c0, 0x27ceba0) /opt/hostedtoolcache/go/1.21.5/x64/src/testing/testing.go:1595 +0x262 created by testing.(*T).Run in goroutine 1 /opt/hostedtoolcache/go/1.21.5/x64/src/testing/testing.go:1648 +0x846
The text was updated successfully, but these errors were encountered:
this unit test exercises the bug: 2782521
Sorry, something went wrong.
Emyrk
Successfully merging a pull request may close this issue.
https://github.com/coder/coder/runs/19666833200
Test times out after 10 minutes due to a deadlock in shutting down the agent
The text was updated successfully, but these errors were encountered: