Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b896e6

Browse files
committed
run recovery tests at travis#4
1 parent2329b1c commit9b896e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎tests2/blockade.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class RecoveryTest(unittest.TestCase):
99
@classmethod
1010
defsetUpClass(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)

[8]ページ先頭

©2009-2025 Movatter.jp