MCPcopy Index your code
hub / github.com/coder/coder / assertEventuallyLost

Function assertEventuallyLost

enterprise/tailnet/pgcoord_test.go:960–963  ·  view source on GitHub ↗
(ctx context.Context, t *testing.T, store database.Store, agentID uuid.UUID)

Source from the content-addressed store, hash-verified

958}
959
960func assertEventuallyLost(ctx context.Context, t *testing.T, store database.Store, agentID uuid.UUID) {
961 t.Helper()
962 assertEventuallyStatus(ctx, t, store, agentID, database.TailnetStatusLost)
963}
964
965func assertEventuallyNoClientsForAgent(ctx context.Context, t *testing.T, store database.Store, agentID uuid.UUID) {
966 t.Helper()

Calls 2

assertEventuallyStatusFunction · 0.85
HelperMethod · 0.65

Tested by

no test coverage detected