mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5351 don't run test_stress0 under drd
git-svn-id: file:///svn/toku/tokudb@50132 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
de5fe18536
commit
86d9dc3bfd
1 changed files with 10 additions and 8 deletions
|
@ -463,14 +463,16 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
|
|||
|
||||
add_test(ydb/${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:${test}> 150000 1000 600)
|
||||
|
||||
add_custom_executable(tiny ${test} ${base})
|
||||
add_drd_test(ydb/drd_tiny_${test} $<TARGET_FILE:tiny_${test}> --num_seconds 5 --num_elements 150 --join_timeout 1200)
|
||||
add_custom_executable(mid ${test} ${base})
|
||||
add_drd_test(ydb/drd_mid_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:mid_${test}> 10000 100 2400)
|
||||
set_tests_properties(ydb/drd_mid_${test} PROPERTIES TIMEOUT 5400)
|
||||
add_custom_executable(large ${test} ${base})
|
||||
add_drd_test(ydb/drd_large_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:large_${test}> 150000 1000 9600)
|
||||
set_tests_properties(ydb/drd_large_${test} PROPERTIES TIMEOUT 14400)
|
||||
if (NOT ${src} MATCHES test_stress0)
|
||||
add_custom_executable(tiny ${test} ${base})
|
||||
add_drd_test(ydb/drd_tiny_${test} $<TARGET_FILE:tiny_${test}> --num_seconds 5 --num_elements 150 --join_timeout 1200)
|
||||
add_custom_executable(mid ${test} ${base})
|
||||
add_drd_test(ydb/drd_mid_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:mid_${test}> 10000 100 2400)
|
||||
set_tests_properties(ydb/drd_mid_${test} PROPERTIES TIMEOUT 5400)
|
||||
add_custom_executable(large ${test} ${base})
|
||||
add_drd_test(ydb/drd_large_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:large_${test}> 150000 1000 9600)
|
||||
set_tests_properties(ydb/drd_large_${test} PROPERTIES TIMEOUT 14400)
|
||||
endif ()
|
||||
endif()
|
||||
endforeach(src)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue