Upgrade Tests: Testing downgrade from 7.2 to 7.1 (#7179)
This commit is contained in:
parent
dc03bd0a29
commit
5205b565ab
|
@ -306,7 +306,7 @@ endif()
|
|||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||
--build-dir ${CMAKE_BINARY_DIR}
|
||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadSingleThr.toml
|
||||
--upgrade-path "6.3.23" "7.0.0" "7.1.3" "7.2.0"
|
||||
--upgrade-path "6.3.23" "7.0.0" "7.1.5" "7.2.0"
|
||||
--process-number 1
|
||||
)
|
||||
|
||||
|
@ -314,7 +314,7 @@ endif()
|
|||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||
--build-dir ${CMAKE_BINARY_DIR}
|
||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadSingleThr.toml
|
||||
--upgrade-path "7.0.0" "7.1.3" "7.2.0"
|
||||
--upgrade-path "7.0.0" "7.1.5" "7.2.0"
|
||||
--process-number 1
|
||||
)
|
||||
|
||||
|
@ -322,7 +322,7 @@ endif()
|
|||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||
--build-dir ${CMAKE_BINARY_DIR}
|
||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadMultiThr.toml
|
||||
--upgrade-path "6.3.23" "7.0.0" "7.1.3" "7.2.0"
|
||||
--upgrade-path "6.3.23" "7.0.0" "7.1.5" "7.2.0" "7.1.5"
|
||||
--process-number 3
|
||||
)
|
||||
|
||||
|
@ -330,7 +330,7 @@ endif()
|
|||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||
--build-dir ${CMAKE_BINARY_DIR}
|
||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadMultiThr.toml
|
||||
--upgrade-path "7.0.0" "7.1.3" "7.2.0"
|
||||
--upgrade-path "7.0.0" "7.1.5" "7.2.0" "7.1.5"
|
||||
--process-number 3
|
||||
)
|
||||
|
||||
|
@ -338,7 +338,7 @@ endif()
|
|||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||
--build-dir ${CMAKE_BINARY_DIR}
|
||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadMultiThr.toml
|
||||
--upgrade-path "7.1.3" "7.2.0"
|
||||
--upgrade-path "7.1.5" "7.2.0" "7.1.5"
|
||||
--process-number 3
|
||||
)
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@ from local_cluster import LocalCluster, random_secret_string
|
|||
SUPPORTED_PLATFORMS = ["x86_64"]
|
||||
SUPPORTED_VERSIONS = [
|
||||
"7.2.0",
|
||||
"7.1.5",
|
||||
"7.1.4",
|
||||
"7.1.3",
|
||||
"7.1.2",
|
||||
"7.1.1",
|
||||
|
|
Loading…
Reference in New Issue