comparison NewTests/Concurrency/docker-compose-transfers-concurrency.yml @ 620:8ba9b20ae95f debug-pg-transactions

debug pg transactions tests
author Alain Mazy <am@osimis.io>
date Mon, 05 Feb 2024 22:32:39 +0100
parents 6ba2ff41ea52
children
comparison
equal deleted inserted replaced
619:79812e0df162 620:8ba9b20ae95f
12 # VERBOSE_ENABLED: "true" 12 # VERBOSE_ENABLED: "true"
13 TRANSFERS_PLUGIN_ENABLED: "true" 13 TRANSFERS_PLUGIN_ENABLED: "true"
14 ORTHANC__POSTGRESQL: | 14 ORTHANC__POSTGRESQL: |
15 { 15 {
16 "Host": "pg-a", 16 "Host": "pg-a",
17 "TransactionMode": "ReadCommitted" 17 "TransactionMode": "READ COMMITTED"
18 } 18 }
19 ORTHANC__AUTHENTICATION_ENABLED: "false" 19 ORTHANC__AUTHENTICATION_ENABLED: "false"
20 ORTHANC__ORTHANC_PEERS: | 20 ORTHANC__ORTHANC_PEERS: |
21 { 21 {
22 "a": { 22 "a": {
40 # VERBOSE_ENABLED: "true" 40 # VERBOSE_ENABLED: "true"
41 TRANSFERS_PLUGIN_ENABLED: "true" 41 TRANSFERS_PLUGIN_ENABLED: "true"
42 ORTHANC__POSTGRESQL: | 42 ORTHANC__POSTGRESQL: |
43 { 43 {
44 "Host": "pg-b", 44 "Host": "pg-b",
45 "TransactionMode": "ReadCommitted" 45 "TransactionMode": "READ COMMITTED"
46 } 46 }
47 ORTHANC__AUTHENTICATION_ENABLED: "false" 47 ORTHANC__AUTHENTICATION_ENABLED: "false"
48 ORTHANC__ORTHANC_PEERS: | 48 ORTHANC__ORTHANC_PEERS: |
49 { 49 {
50 "a": { 50 "a": {