mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
If the target deletion range contains a single key, convert it into a single deletion, to avoid extra cost in RocksDB due to range deletion.
10 lines
201 B
TOML
10 lines
201 B
TOML
[[test]]
|
|
testTitle = 'UnitTests'
|
|
useDB = false
|
|
startDelay = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'UnitTests'
|
|
maxTestCases = 10
|
|
testsMatching = 'noSim/fdbserver/KeyValueStoreRocksDB/'
|