mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Merge pull request #6868 from sfc-gh-vgasiunas/vgasiunas-disable-upgrade-tests-sanitizer
Disable upgrade tests in sanitizer builds
This commit is contained in:
commit
eb436ec14b
@ -253,6 +253,7 @@ endif()
|
||||
${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests
|
||||
)
|
||||
|
||||
if(NOT USE_SANITIZER)
|
||||
add_test(NAME fdb_c_upgrade_single_threaded
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||
--build-dir ${CMAKE_BINARY_DIR}
|
||||
@ -262,7 +263,7 @@ endif()
|
||||
--process-number 1
|
||||
)
|
||||
|
||||
add_test(NAME fdb_c_upgrade_multi_threaded
|
||||
add_test(NAME fdb_c_upgrade_multi_threaded
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||
--build-dir ${CMAKE_BINARY_DIR}
|
||||
--disable-log-dump
|
||||
@ -270,6 +271,7 @@ endif()
|
||||
--upgrade-path "6.3.23" "7.0.0" "6.3.23"
|
||||
--process-number 3
|
||||
)
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user