tikv / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
278 stars 155 forks source link

Use rocksdb SyncPoint to support fail-rs #361

Open yiwu-arbug opened 5 years ago

yiwu-arbug commented 5 years ago

To allow integration test frameworks to control rocksdb internals, we can make use of rocksdb SyncPoint to support rust fail-point https://github.com/tikv/fail-rs There are some difference between SyncPoint and fail-point. Some of the items to work on:

yiwu-arbug commented 5 years ago

cc @Connor1996

Connor1996 commented 5 years ago

Very useful!

Sullivan12138 commented 4 years ago

I would like to take this task, and choose the exposing syncpoint's API part

yiwu-arbug commented 4 years ago

https://github.com/facebook/rocksdb/issues/6087

Sullivan12138 commented 4 years ago

Sorry, there's another task that invite me to do, so I may have to quit