comparison NewTests/Concurrency/test_concurrency.py @ 624:543e372d2265

added a PG max storage test
author Alain Mazy <am@osimis.io>
date Wed, 14 Feb 2024 11:25:40 +0100
parents 9f867dc595e2
children ed0a51317c0b
comparison
equal deleted inserted replaced
623:3bb4b2589030 624:543e372d2265
4 import threading 4 import threading
5 from helpers import OrthancTestCase, Helpers 5 from helpers import OrthancTestCase, Helpers
6 6
7 from orthanc_api_client import OrthancApiClient, ChangeType 7 from orthanc_api_client import OrthancApiClient, ChangeType
8 from orthanc_api_client import helpers as OrthancHelpers 8 from orthanc_api_client import helpers as OrthancHelpers
9
10 from orthanc_tools import OrthancTestDbPopulator
11 9
12 import pathlib 10 import pathlib
13 import subprocess 11 import subprocess
14 import glob 12 import glob
15 here = pathlib.Path(__file__).parent.resolve() 13 here = pathlib.Path(__file__).parent.resolve()