Ralith / sieve-tree

6 stars 1 forks source link

Fuzz testing #13

Open Ralith opened 4 days ago

Ralith commented 4 days ago

We should validate correctness with a fuzzing harness that generates random insert, update, balance, and remove operations, and verifies that various queries return results consistent with a brute-force implementation after each step, in addition to any other invariants we can think of.