foundationdb/tests/rare/RedwoodDeltaTree.toml

17 lines
420 B
TOML
Raw Normal View History

[[test]]
testTitle = 'RedwoodDeltaTree'
useDB = false
startDelay = 0
[[test.workload]]
testName = 'UnitTests'
maxTestCases = 1
testsMatching = 'Lredwood/correctness/unit/deltaTree/IntIntPair'
[[test]]
testTitle = "RedwoodRecordRef"
[[test.workload]]
2021-11-09 06:47:32 +08:00
testName = 'UnitTests'
maxTestCases = 2 # there are two of those
testsMatching = 'Lredwood/correctness/unit/deltaTree/RedwoodRecordRef'