coder/scaletest/reconnectingpty
Kyle Carberry 0d08065488
fix: use a waitgroup to ensure all connections are cleaned up in agent (#5910)
* fix: use a waitgroup to ensure all connections are cleaned up in agent

There was a race where connections would be created at the same time as close.
The `net.Conn` produced by Tailscale doesn't close then the listener does.

* Remove accidental test
2023-01-29 17:20:30 -06:00
..
config.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
config_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
run.go feat: remove loadtest cmd, add new scaletest cmd (#5310) 2022-12-15 15:04:24 +00:00
run_test.go fix: use a waitgroup to ensure all connections are cleaned up in agent (#5910) 2023-01-29 17:20:30 -06:00