MCPcopy Index your code
hub / github.com/livekit/livekit / TestMultiNodeJoinAfterClose

Function TestMultiNodeJoinAfterClose

test/multinode_test.go:175–185  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

173}
174
175func TestMultiNodeJoinAfterClose(t *testing.T) {
176 if testing.Short() {
177 t.SkipNow()
178 return
179 }
180
181 _, _, finish := setupMultiNodeTest("TestMultiNodeJoinAfterClose")
182 defer finish()
183
184 scenarioJoinClosedRoom(t)
185}
186
187func TestMultiNodeCloseNonRTCRoom(t *testing.T) {
188 if testing.Short() {

Callers

nothing calls this directly

Calls 2

setupMultiNodeTestFunction · 0.85
scenarioJoinClosedRoomFunction · 0.85

Tested by

no test coverage detected