MCPcopy Create free account
hub / github.com/coder/coder / TestCoordinator_BidirectionalTunnels

Function TestCoordinator_BidirectionalTunnels

tailnet/coordinator_test.go:251–257  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

249}
250
251func TestCoordinator_BidirectionalTunnels(t *testing.T) {
252 t.Parallel()
253 logger := testutil.Logger(t)
254 coordinator := tailnet.NewCoordinator(logger)
255 ctx := testutil.Context(t, testutil.WaitShort)
256 test.BidirectionalTunnels(ctx, t, coordinator)
257}
258
259func TestCoordinator_GracefulDisconnect(t *testing.T) {
260 t.Parallel()

Callers

nothing calls this directly

Calls 4

LoggerFunction · 0.92
NewCoordinatorFunction · 0.92
ContextFunction · 0.92
BidirectionalTunnelsFunction · 0.92

Tested by

no test coverage detected