forked from rust-rocksdb/rust-rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use rocksdb SyncPoint to support fail-rs #361
Comments
cc @Connor1996 |
Very useful! |
I would like to take this task, and choose the exposing syncpoint's API part |
Sorry, there's another task that invite me to do, so I may have to quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 betweenSyncPoint
and fail-point. Some of the items to work on:SyncPoint
support early returnSyncPoint
in release buildSyncPoint
API on rocksdb side, then wrap it as fail-point API on rust-rocksdb sideThe text was updated successfully, but these errors were encountered: