mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 12:28:19 +00:00
16 lines
338 B
TOML
16 lines
338 B
TOML
[[knobs]]
|
|
rocksdb_empty_range_check=false
|
|
|
|
[[test]]
|
|
testTitle = 'UnitTests'
|
|
useDB = false
|
|
startDelay = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'UnitTests'
|
|
maxTestCases = 10
|
|
testsMatching = '/'
|
|
# ConfigDB tests persist state, so running these tests
|
|
# sequentially can cause issues
|
|
testsIgnored = '/fdbserver/ConfigDB/'
|