Skip to content

Commit 9b896e6

Browse files
committed
run recovery tests at travis #4
1 parent 2329b1c commit 9b896e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests2/blockade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ containers:
99
POSTGRES_USER: 'postgres'
1010
NODE_ID: 1
1111
ports:
12-
5432: 5432
12+
5435: 5432
1313

1414
node2:
1515
container_name: node2

tests2/test_recovery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class RecoveryTest(unittest.TestCase):
99
@classmethod
1010
def setUpClass(self):
1111
self.client = MtmClient([
12-
"dbname=postgres user=postgres host=127.0.0.1",
12+
"dbname=postgres user=postgres host=127.0.0.1 port=5435",
1313
"dbname=postgres user=postgres host=127.0.0.1 port=5433",
1414
"dbname=postgres user=postgres host=127.0.0.1 port=5434"
1515
], n_accounts=1000)

0 commit comments

Comments
 (0)