MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / testTearDown

Function testTearDown

twopc/twopc_test.go:398–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396}
397
398func testTearDown() {
399 for _, node := range nodes {
400 raft, ok := node.(*RaftNode)
401
402 if ok {
403 raft.stop()
404 }
405 }
406}
407
408func TestMain(m *testing.M) {
409 err := testSetup()

Callers 1

TestMainFunction · 0.85

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected