speedb-io / speedb

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

stress test: Add the ability to trace all operations #797

Closed Yuval-Ariel closed 10 months ago

Yuval-Ariel commented 11 months ago

Controlled by flag trace_ops (on by default). Trace files will be written to the expected values dir

ofriedma commented 11 months ago

@Yuval-Ariel Could it impact the correctness of the db_stress? (I guess that no)

Yuval-Ariel commented 10 months ago

IT will not affect the correctness.