comparison NewTests/README @ 592:6753d96dd71f

new concurrency tests
author Alain Mazy <am@osimis.io>
date Tue, 12 Dec 2023 15:31:45 +0100
parents f4579c9ec73b
children b1e1c7149a37
comparison
equal deleted inserted replaced
591:3cb7c6162c77 592:6753d96dd71f
149 149
150 python3 NewTests/main.py --pattern=Authorization.test_authorization.TestAuthorization.* \ 150 python3 NewTests/main.py --pattern=Authorization.test_authorization.TestAuthorization.* \
151 --orthanc_under_tests_docker_image=osimis/orthanc:current \ 151 --orthanc_under_tests_docker_image=osimis/orthanc:current \
152 --orthanc_previous_version_docker_image=osimis/orthanc:22.4.0 \ 152 --orthanc_previous_version_docker_image=osimis/orthanc:22.4.0 \
153 --orthanc_under_tests_http_port=8043 153 --orthanc_under_tests_http_port=8043
154
155
156 Concurrency:
157 -----------
158
159 Run the Concurrency tests with your locally build version and break before execution to allow you to start your debugger.
160
161 python3 NewTests/main.py --pattern=Concurrency.test_concurrency.TestConcurrency.* \
162 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
163 --orthanc_under_tests_http_port=8043 \
164 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
165 --plugin=/home/alain/o/build/pg/libOrthancPostgreSQLIndex.so \
166 --break_before_preparation
167
168 with Docker:
169
170 python3 NewTests/main.py --pattern=Concurrency.test_concurrency.TestConcurrency.* \
171 --orthanc_under_tests_docker_image=osimis/orthanc:current \
172 --orthanc_under_tests_http_port=8043