comparison NewTests/README @ 624:543e372d2265

added a PG max storage test
author Alain Mazy <am@osimis.io>
date Wed, 14 Feb 2024 11:25:40 +0100
parents 75dbc81d0e26
children f6ee256f2404
comparison
equal deleted inserted replaced
623:3bb4b2589030 624:543e372d2265
118 - drive this Orthanc to prepare the DB 118 - drive this Orthanc to prepare the DB
119 - interrupt and instruct you how to start your own version, pointing to the configuration file to use 119 - interrupt and instruct you how to start your own version, pointing to the configuration file to use
120 - execute tests 120 - execute tests
121 121
122 122
123 MaxStorageReject: 123 MaxStorage:
124 ------------------ 124 ----------
125 125
126 Run the MaxStorageReject tests with your locally build version and break before and after preparation 126 Run the MaxStorage tests with your locally build version and break before and after preparation
127 and execution to allow you to start your debugger. 127 and execution to allow you to start your debugger.
128 128
129 python3 NewTests/main.py --pattern=MaxStorageReject.test_max_storage_reject.TestMaxStorageReject.* \ 129 python3 NewTests/main.py --pattern=MaxStorage.test_max_storage_reject.TestMaxStorageReject.* \
130 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \ 130 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
131 --orthanc_under_tests_http_port=8043 \ 131 --orthanc_under_tests_http_port=8043 \
132 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \ 132 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
133 --break_after_preparation 133 --break_after_preparation
134
135 python3 NewTests/main.py --pattern=MaxStorage.test_max_storage_pg.TestMaxStoragePG.* \
136 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
137 --orthanc_under_tests_http_port=8043 \
138 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
139 --plugin=/home/alain/o/build/pg/libOrthancPostgreSQLIndex.so \
140 --break_after_preparation
141
134 142
135 143
136 Authorization: 144 Authorization:
137 -------------- 145 --------------
138 146