Commit 42e50671 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #4871 increase some test timeouts

git-svn-id: file:///svn/toku/tokudb@45432 c7de825b-a66e-492c-adef-691d508d4ae1
parent 84c26b7a
......@@ -111,7 +111,6 @@ if(BUILD_TESTING)
set(long_tests
ft/log-test7
ft/subblock-test-compression
ft/is_empty
ft/recovery-bad-last-entry
ft/ftloader-test-extractor-3a
ft/upgrade_test_simple
......@@ -119,6 +118,7 @@ if(BUILD_TESTING)
set_tests_properties(${long_tests} PROPERTIES TIMEOUT 3600)
## some take even longer, with valgrind
set(extra_long_tests
ft/is_empty
ft/subblock-test-checksum
)
set_tests_properties(${extra_long_tests} PROPERTIES TIMEOUT 7200)
......
......@@ -460,7 +460,7 @@ if(BUILD_TESTING)
add_drd_test(ydb/drd_mid_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:mid_${test}> 10000 100)
add_custom_executable(large ${test} ${src})
add_drd_test(ydb/drd_large_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:large_${test}> 150000 1000)
set_tests_properties(ydb/drd_large_${test} PROPERTIES TIMEOUT 7200)
set_tests_properties(ydb/drd_large_${test} PROPERTIES TIMEOUT 9000)
endif()
endforeach(src)
......@@ -682,7 +682,6 @@ if(BUILD_TESTING)
ydb/loader-stress-del.nop.loader
ydb/loader-stress-del.p.loader
ydb/loader-stress-test4.tdb
ydb/recovery_fileops_unit.tdb
ydb/test3039.tdb
)
set_tests_properties(${extra_long_tests} PROPERTIES TIMEOUT 7200)
......@@ -690,6 +689,7 @@ if(BUILD_TESTING)
set(phenomenally_long_tests
ydb/checkpoint_stress.tdb
ydb/recover_stress.tdb
ydb/recovery_fileops_unit.tdb
)
if (BDB_FOUND)
list(APPEND phenomenally_long_tests
......
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