Mercurial > hg > orthanc-tests
changeset 617:6ba2ff41ea52
fxi
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 05 Feb 2024 14:24:36 +0100 |
parents | a5882a40ccb6 |
children | 4b3d13e498a5 |
files | NewTests/Concurrency/docker-compose-transfers-concurrency.yml NewTests/Concurrency/test_concurrency.py NewTests/PostgresUpgrades/docker-compose.yml |
diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/Concurrency/docker-compose-transfers-concurrency.yml Mon Feb 05 12:58:24 2024 +0100 +++ b/NewTests/Concurrency/docker-compose-transfers-concurrency.yml Mon Feb 05 14:24:36 2024 +0100 @@ -14,7 +14,7 @@ ORTHANC__POSTGRESQL: | { "Host": "pg-a", - "TransactionMode": "READ COMMITTED" + "TransactionMode": "ReadCommitted" } ORTHANC__AUTHENTICATION_ENABLED: "false" ORTHANC__ORTHANC_PEERS: | @@ -42,7 +42,7 @@ ORTHANC__POSTGRESQL: | { "Host": "pg-b", - "TransactionMode": "READ COMMITTED" + "TransactionMode": "ReadCommitted" } ORTHANC__AUTHENTICATION_ENABLED: "false" ORTHANC__ORTHANC_PEERS: |
--- a/NewTests/Concurrency/test_concurrency.py Mon Feb 05 12:58:24 2024 +0100 +++ b/NewTests/Concurrency/test_concurrency.py Mon Feb 05 14:24:36 2024 +0100 @@ -102,8 +102,8 @@ "IndexConnectionsCount": 10, "MaximumConnectionRetries" : 2000, "ConnectionRetryInterval" : 5, - "TransactionMode": "READ COMMITTED", - #"TransactionMode": "SERIALIZABLE", + "TransactionMode": "ReadCommitted", + #"TransactionMode": "Serializable", "EnableVerboseLogs": True }, "AuthenticationEnabled": False,
--- a/NewTests/PostgresUpgrades/docker-compose.yml Mon Feb 05 12:58:24 2024 +0100 +++ b/NewTests/PostgresUpgrades/docker-compose.yml Mon Feb 05 14:24:36 2024 +0100 @@ -71,7 +71,7 @@ ORTHANC__POSTGRESQL: | { "Host": "pg-15", - "TransactionMode": "READ COMMITTED" + "TransactionMode": "ReadCommitted" } ORTHANC__AUTHENTICATION_ENABLED: "false" @@ -106,7 +106,7 @@ ORTHANC__POSTGRESQL: | { "Host": "pg-9", - "TransactionMode": "READ COMMITTED" + "TransactionMode": "ReadCommitted" } ORTHANC__AUTHENTICATION_ENABLED: "false"