mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
chore: replace wsconncache with a single tailnet (#8176)
This commit is contained in:
@ -302,7 +302,7 @@ func TestAgents(t *testing.T) {
|
||||
coordinator := tailnet.NewCoordinator(slogtest.Make(t, nil).Leveled(slog.LevelDebug))
|
||||
coordinatorPtr := atomic.Pointer[tailnet.Coordinator]{}
|
||||
coordinatorPtr.Store(&coordinator)
|
||||
derpMap := tailnettest.RunDERPAndSTUN(t)
|
||||
derpMap, _ := tailnettest.RunDERPAndSTUN(t)
|
||||
agentInactiveDisconnectTimeout := 1 * time.Hour // don't need to focus on this value in tests
|
||||
registry := prometheus.NewRegistry()
|
||||
|
||||
|
Reference in New Issue
Block a user