comparison NewTests/Concurrency/docker-compose-transfers-concurrency.yml @ 622:75dbc81d0e26

fix concurrency transfer tests
author Alain Mazy <am@osimis.io>
date Wed, 07 Feb 2024 09:32:39 +0100
parents 6ba2ff41ea52
children
comparison
equal deleted inserted replaced
621:9f867dc595e2 622:75dbc81d0e26
9 ports: ["8062:8042"] 9 ports: ["8062:8042"]
10 volumes: ["storage-orthanc-a:/var/lib/orthanc/db"] 10 volumes: ["storage-orthanc-a:/var/lib/orthanc/db"]
11 environment: 11 environment:
12 # VERBOSE_ENABLED: "true" 12 # VERBOSE_ENABLED: "true"
13 TRANSFERS_PLUGIN_ENABLED: "true" 13 TRANSFERS_PLUGIN_ENABLED: "true"
14 # disable DICOMWEB to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes
15 DICOM_WEB_PLUGIN_ENABLED: "false"
14 ORTHANC__POSTGRESQL: | 16 ORTHANC__POSTGRESQL: |
15 { 17 {
16 "Host": "pg-a", 18 "Host": "pg-a",
17 "TransactionMode": "ReadCommitted" 19 "TransactionMode": "ReadCommitted"
18 } 20 }
37 ports: ["8063:8042"] 39 ports: ["8063:8042"]
38 volumes: ["storage-orthanc-b:/var/lib/orthanc/db"] 40 volumes: ["storage-orthanc-b:/var/lib/orthanc/db"]
39 environment: 41 environment:
40 # VERBOSE_ENABLED: "true" 42 # VERBOSE_ENABLED: "true"
41 TRANSFERS_PLUGIN_ENABLED: "true" 43 TRANSFERS_PLUGIN_ENABLED: "true"
44 DICOM_WEB_PLUGIN_ENABLED: "false"
42 ORTHANC__POSTGRESQL: | 45 ORTHANC__POSTGRESQL: |
43 { 46 {
44 "Host": "pg-b", 47 "Host": "pg-b",
45 "TransactionMode": "ReadCommitted" 48 "TransactionMode": "ReadCommitted"
46 } 49 }