MCPcopy
hub / github.com/livekit/livekit / TestMultiNodeRoomList

Function TestMultiNodeRoomList

test/multinode_roomservice_test.go:28–37  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

26)
27
28func TestMultiNodeRoomList(t *testing.T) {
29 if testing.Short() {
30 t.SkipNow()
31 return
32 }
33 _, _, finish := setupMultiNodeTest("TestMultiNodeRoomList")
34 defer finish()
35
36 roomServiceListRoom(t)
37}
38
39// update room metadata when it's empty
40func TestMultiNodeUpdateRoomMetadata(t *testing.T) {

Callers

nothing calls this directly

Calls 2

setupMultiNodeTestFunction · 0.85
roomServiceListRoomFunction · 0.85

Tested by

no test coverage detected