Merge pull request #7086 from sfc-gh-vgasiunas/vgasiunas-upgrade-tests-71
Upgrade Tests: Including 7.1 into the upgrade paths
This commit is contained in:
commit
e1ab0f5c4d
|
@ -306,7 +306,7 @@ endif()
|
||||||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||||
--build-dir ${CMAKE_BINARY_DIR}
|
--build-dir ${CMAKE_BINARY_DIR}
|
||||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadSingleThr.toml
|
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadSingleThr.toml
|
||||||
--upgrade-path "6.3.23" "7.0.0" "7.2.0"
|
--upgrade-path "6.3.23" "7.0.0" "7.1.3" "7.2.0"
|
||||||
--process-number 1
|
--process-number 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -314,7 +314,7 @@ endif()
|
||||||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||||
--build-dir ${CMAKE_BINARY_DIR}
|
--build-dir ${CMAKE_BINARY_DIR}
|
||||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadSingleThr.toml
|
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadSingleThr.toml
|
||||||
--upgrade-path "7.0.0" "7.2.0"
|
--upgrade-path "7.0.0" "7.1.3" "7.2.0"
|
||||||
--process-number 1
|
--process-number 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@ endif()
|
||||||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||||
--build-dir ${CMAKE_BINARY_DIR}
|
--build-dir ${CMAKE_BINARY_DIR}
|
||||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadMultiThr.toml
|
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadMultiThr.toml
|
||||||
--upgrade-path "6.3.23" "7.0.0" "7.2.0"
|
--upgrade-path "6.3.23" "7.0.0" "7.1.3" "7.2.0"
|
||||||
--process-number 3
|
--process-number 3
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -330,7 +330,7 @@ endif()
|
||||||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
COMMAND ${CMAKE_SOURCE_DIR}/tests/TestRunner/upgrade_test.py
|
||||||
--build-dir ${CMAKE_BINARY_DIR}
|
--build-dir ${CMAKE_BINARY_DIR}
|
||||||
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadMultiThr.toml
|
--test-file ${CMAKE_SOURCE_DIR}/bindings/c/test/apitester/tests/upgrade/MixedApiWorkloadMultiThr.toml
|
||||||
--upgrade-path "7.0.0" "7.2.0"
|
--upgrade-path "7.0.0" "7.1.3" "7.2.0"
|
||||||
--process-number 3
|
--process-number 3
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -21,6 +21,8 @@ from local_cluster import LocalCluster, random_secret_string
|
||||||
SUPPORTED_PLATFORMS = ["x86_64"]
|
SUPPORTED_PLATFORMS = ["x86_64"]
|
||||||
SUPPORTED_VERSIONS = [
|
SUPPORTED_VERSIONS = [
|
||||||
"7.2.0",
|
"7.2.0",
|
||||||
|
"7.1.3",
|
||||||
|
"7.1.2",
|
||||||
"7.1.1",
|
"7.1.1",
|
||||||
"7.1.0",
|
"7.1.0",
|
||||||
"7.0.0",
|
"7.0.0",
|
||||||
|
|
Loading…
Reference in New Issue