client-rust
client-rust copied to clipboard
UCP: Add unit tests for the timestamp oracle
Description
https://github.com/tikv/client-rust/pull/92 only contains an integration test for the timestamp oracle.
It is better for us to have unit tests without a real PD instance. With a mock PD, we can also inject failpoints to test failure cases.
Difficulty
- Medium
Score
- 300
Mentor(s)
- @sticnarf
- @nrc
Recommended Skills
- Rust
pick up unformally