MCPcopy Create free account
hub / github.com/KentBeck/BPlusTree3 / run_full_fuzz_test

Function run_full_fuzz_test

python/tests/fuzz_test.py:481–486  ·  view source on GitHub ↗

Run the full million-operation fuzz test

()

Source from the content-addressed store, hash-verified

479
480
481def run_full_fuzz_test():
482 """Run the full million-operation fuzz test"""
483 tester = BPlusTreeFuzzTester(
484 capacity=16, prepopulate=1000
485 ) # Pre-populate with 1000 elements
486 return tester.run_fuzz_test(1000000)
487
488
489def run_complex_structure_test():

Callers 1

fuzz_test.pyFile · 0.85

Calls 2

run_fuzz_testMethod · 0.95
BPlusTreeFuzzTesterClass · 0.85

Tested by

no test coverage detected