MCPcopy
hub / github.com/livekit/livekit / TestMultinodeDataPublishing

Function TestMultinodeDataPublishing

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

Source from the content-addressed store, hash-verified

159}
160
161func TestMultinodeDataPublishing(t *testing.T) {
162 if testing.Short() {
163 t.SkipNow()
164 return
165 }
166
167 _, _, finish := setupMultiNodeTest("TestMultinodeDataPublishing")
168 defer finish()
169
170 scenarioDataPublish(t)
171 scenarioDataUnlabeledPublish(t)
172 scenarioDataTracksPublishingUponJoining(t)
173}
174
175func TestMultiNodeJoinAfterClose(t *testing.T) {
176 if testing.Short() {

Callers

nothing calls this directly

Calls 4

setupMultiNodeTestFunction · 0.85
scenarioDataPublishFunction · 0.85

Tested by

no test coverage detected