Commit 05225a56 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

only run the small upgrade tests nightly.

refs #4871
refs #4797


git-svn-id: file:///svn/toku/tokudb@45027 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3828e65a
......@@ -100,7 +100,7 @@ if(NOT @RUN_LONG_TESTS@)
foreach(oldver 4.2.0 5.0.8 5.2.7)
foreach(p_or_s pristine stressed)
if (NOT (${test} MATCHES test_stress4 AND ${p_or_s} MATCHES stressed))
foreach(size 2000 200000 50000000)
foreach(size 2000)
list(APPEND CTEST_CUSTOM_TESTS_IGNORE ydb/${test}/upgrade/${oldver}/${p_or_s}/${size})
endforeach(size)
endif ()
......
......@@ -459,7 +459,7 @@ if(BUILD_TESTING)
foreach(oldver 4.2.0 5.0.8 5.2.7)
foreach(p_or_s pristine stressed)
if (NOT (${src} MATCHES test_stress4 AND ${p_or_s} MATCHES stressed))
foreach(size 2000 200000 50000000)
foreach(size 2000)
add_custom_executable(upgrade_${oldver}_${p_or_s}_${size} ${test} ${src})
add_test(
NAME ydb/${test}/upgrade/${oldver}/${p_or_s}/${size}
......
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