comparison NewTests/README @ 596:b1e1c7149a37

new PG upgrades tests
author Alain Mazy <am@osimis.io>
date Thu, 21 Dec 2023 18:02:49 +0100
parents 6753d96dd71f
children a5882a40ccb6
comparison
equal deleted inserted replaced
595:b6c1f0c9ca15 596:b1e1c7149a37
168 with Docker: 168 with Docker:
169 169
170 python3 NewTests/main.py --pattern=Concurrency.test_concurrency.TestConcurrency.* \ 170 python3 NewTests/main.py --pattern=Concurrency.test_concurrency.TestConcurrency.* \
171 --orthanc_under_tests_docker_image=osimis/orthanc:current \ 171 --orthanc_under_tests_docker_image=osimis/orthanc:current \
172 --orthanc_under_tests_http_port=8043 172 --orthanc_under_tests_http_port=8043
173
174 PG upgrades:
175 -----------
176
177 with Docker:
178
179 python3 NewTests/main.py --pattern=PostgresUpgrades.test_pg_upgrades.TestPgUpgrades.* \
180 --orthanc_under_tests_docker_image=osimis/orthanc:current