speedb-io / speedb

A RocksDB compliant high performance scalable embedded key-value store
https://www.speedb.io/
Apache License 2.0
856 stars 63 forks source link

stress test: Disable IsDone assertion which fails with tracing sometimes #816

Closed Yuval-Ariel closed 5 months ago

Yuval-Ariel commented 5 months ago

This should be reverted once #813 is handled

Adding a trace file by default in #797 has revealed some incompatibilities between the trace file and several configurations (more details in #813). Keep the trace file and remove the IsDone assertion.

Yuval-Ariel commented 5 months ago

@udi-speedb rebased on main with zlib fix.