comparison NewTests/README @ 622:75dbc81d0e26

fix concurrency transfer tests
author Alain Mazy <am@osimis.io>
date Wed, 07 Feb 2024 09:32:39 +0100
parents a5882a40ccb6
children 543e372d2265
comparison
equal deleted inserted replaced
621:9f867dc595e2 622:75dbc81d0e26
165 --plugin=/home/alain/o/build/pg/libOrthancPostgreSQLIndex.so \ 165 --plugin=/home/alain/o/build/pg/libOrthancPostgreSQLIndex.so \
166 --break_before_preparation 166 --break_before_preparation
167 167
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.* \
171 --orthanc_under_tests_docker_image=orthancteam/orthanc:current \ 171 --orthanc_under_tests_docker_image=orthancteam/orthanc:current \
172 --orthanc_under_tests_http_port=8043 172 --orthanc_under_tests_http_port=8043
173 173
174 PG upgrades: 174 PG upgrades:
175 ----------- 175 -----------