MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / tester_thread

Function tester_thread

test/correctness/document-correctness.py:545–554  ·  view source on GitHub ↗
(c1, c2)

Source from the content-addressed store, hash-verified

543 oldstdout = sys.stdout
544
545 def tester_thread(c1, c2):
546 test_forever(
547 collection1=c1,
548 collection2=c2,
549 seed=random.random(),
550 update_tests_enabled=True,
551 sorting_tests_enabled=True,
552 indexes_enabled=False,
553 projections_enabled=True,
554 verbose=False)
555
556 t1 = Thread(target=tester_thread, args=(collection1, collection2))
557 t1.daemon = True

Callers

nothing calls this directly

Calls 1

test_foreverFunction · 0.85

Tested by

no test coverage detected