mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
Various things to improve speed of long fuzz test execution time: * remove unnecessary debug_validate_cell calls * Add SortedVec for keys in fuzz tests * Validate btree's depth in fuzz test every 1K inserts to not overload test with validations. We add `VALIDATE_BTREE` env variable to enable validation on every insert in case it is needed. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #1521