8000 tests: pass replica=True to replica for slow_start() · postgrespro/pg_probackup@1fff8a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fff8a2

Browse files
committed
tests: pass replica=True to replica for slow_start()
1 parent d8553c0 commit 1fff8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/replica.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def test_take_backup_from_delayed_replica(self):
404404
'recovery.conf', "recovery_min_apply_delay = '300s'")
405405

406406
replica.stop()
407-
replica.slow_start()
407+
replica.slow_start(replica=True)
408408

409409
master.pgbench_init(scale=10)
410410

0 commit comments

Comments
 (0)
0