foundationdb/tests/rare/RedwoodDeltaTree.toml

17 lines
420 B
TOML

[[test]]
testTitle = 'RedwoodDeltaTree'
useDB = false
startDelay = 0
[[test.workload]]
testName = 'UnitTests'
maxTestCases = 1
testsMatching = 'Lredwood/correctness/unit/deltaTree/IntIntPair'
[[test]]
testTitle = "RedwoodRecordRef"
[[test.workload]]
testName = 'UnitTests'
maxTestCases = 2 # there are two of those
testsMatching = 'Lredwood/correctness/unit/deltaTree/RedwoodRecordRef'