speedb-io / speedb

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

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

Closed Yuval-Ariel closed 7 months ago

Yuval-Ariel commented 7 months ago

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

ofriedma commented 7 months ago

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

Yuval-Ariel commented 7 months ago

IT will not affect the correctness.