16 lines
388 B
TOML
16 lines
388 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 = 'Lredwood/correctness/unit/deltaTree/RedwoodRecordRef'
|
||
|
maxTestCases = 2 # there are two of those
|