# HG changeset patch # User Alain Mazy # Date 1707139476 -3600 # Node ID 6ba2ff41ea52186b50219130828fb25c3b3b05b1 # Parent a5882a40ccb6e1ddd057223b1888514f8cba835a fxi diff -r a5882a40ccb6 -r 6ba2ff41ea52 NewTests/Concurrency/docker-compose-transfers-concurrency.yml --- 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: | diff -r a5882a40ccb6 -r 6ba2ff41ea52 NewTests/Concurrency/test_concurrency.py --- 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, diff -r a5882a40ccb6 -r 6ba2ff41ea52 NewTests/PostgresUpgrades/docker-compose.yml --- 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"