diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 4ee1acf7f5..a07d205c65 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -178,6 +178,7 @@ if(WITH_PYTHON) add_fdb_test(TEST_FILES rare/LargeApiCorrectnessStatus.toml) add_fdb_test(TEST_FILES rare/RYWDisable.toml) add_fdb_test(TEST_FILES rare/RandomReadWriteTest.toml) + add_fdb_test(TEST_FILES rare/SpecificUnitTests.toml) add_fdb_test(TEST_FILES rare/SwizzledLargeApiCorrectness.toml) add_fdb_test(TEST_FILES rare/RedwoodCorrectnessBTree.toml) add_fdb_test(TEST_FILES rare/Throttling.toml) diff --git a/tests/rare/SpecificUnitTests.toml b/tests/rare/SpecificUnitTests.toml new file mode 100644 index 0000000000..34d08076c0 --- /dev/null +++ b/tests/rare/SpecificUnitTests.toml @@ -0,0 +1,10 @@ +# This is modified by scripted testing tools to specify specific unit tests +[[test]] +testTitle = 'UnitTests' +useDB = false +startDelay = 0 + + [[test.workload]] + testName = 'UnitTests' + maxTestCases = 1 + testsMatching = '/'