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

Commit7ee0c20

Browse files
committed
Fix synchronous standbys test
1 parent3be3760 commit7ee0c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/test_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def test_synchronous_replication(self):
437437
str(Any(1, (standby1,standby2))))# yapf: disable
438438

439439
# set synchronous_standby_names
440-
master.set_synchronous_standbys([standby1,standby2])
440+
master.set_synchronous_standbys(First(2,[standby1,standby2]))
441441
master.restart()
442442

443443
# the following part of the test is only applicable to newer

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp