Commit ada678fb authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

run more tests now that the drd_mid_* and drd_large_* tests are quicker

refs #4871
closes #5157


git-svn-id: file:///svn/toku/tokudb@45017 c7de825b-a66e-492c-adef-691d508d4ae1
parent 92d9a718
...@@ -86,14 +86,8 @@ foreach(test ${stress_tests}) ...@@ -86,14 +86,8 @@ foreach(test ${stress_tests})
ydb/drd_mid_${test} ydb/drd_mid_${test}
ydb/drd_large_${test} ydb/drd_large_${test}
) )
if(NOT test MATCHES "test_stress(1|3).tdb")
list(APPEND CTEST_CUSTOM_TESTS_IGNORE
ydb/drd_large_${test}
)
endif()
if(NOT @RUN_LONG_TESTS@) if(NOT @RUN_LONG_TESTS@)
list(APPEND CTEST_CUSTOM_TESTS_IGNORE list(APPEND CTEST_CUSTOM_TESTS_IGNORE
ydb/drd_mid_${test}
ydb/drd_large_${test} ydb/drd_large_${test}
) )
endif() endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment