MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / fuzz_create_sockets

Function fuzz_create_sockets

src/cluster/src/communication.rs:670–674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

668 #[test] // allow(test-attribute)
669 #[ignore = "runs forever"]
670 fn fuzz_create_sockets() {
671 loop {
672 test_create_sockets();
673 }
674 }
675
676 /// Configure tracing for turmoil tests.
677 ///

Callers

nothing calls this directly

Calls 1

test_create_socketsFunction · 0.85

Tested by

no test coverage detected