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 3be3760 commit 7ee0c20Copy full SHA for 7ee0c20
tests/test_simple.py
@@ -437,7 +437,7 @@ def test_synchronous_replication(self):
437
str(Any(1, (standby1, standby2)))) # yapf: disable
438
439
# set synchronous_standby_names
440
- master.set_synchronous_standbys([standby1, standby2])
+ master.set_synchronous_standbys(First(2, [standby1, standby2]))
441
master.restart()
442
443
# the following part of the test is only applicable to newer
0 commit comments