We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2329b1c commit 9b896e6Copy full SHA for 9b896e6
tests2/blockade.yml
@@ -9,7 +9,7 @@ containers:
9
POSTGRES_USER: 'postgres'
10
NODE_ID: 1
11
ports:
12
- 5432: 5432
+ 5435: 5432
13
14
node2:
15
container_name: node2
tests2/test_recovery.py
@@ -9,7 +9,7 @@ class RecoveryTest(unittest.TestCase):
@classmethod
def setUpClass(self):
self.client = MtmClient([
- "dbname=postgres user=postgres host=127.0.0.1",
+ "dbname=postgres user=postgres host=127.0.0.1 port=5435",
"dbname=postgres user=postgres host=127.0.0.1 port=5433",
"dbname=postgres user=postgres host=127.0.0.1 port=5434"
], n_accounts=1000)
0 commit comments