10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5448576 commit 12947afCopy full SHA for 12947af
contrib/mmts/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
contrib/mmts/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