1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-16 15:18:40 +02:00

tests: pass replica=True to replica for slow_start()

This commit is contained in:
Arthur Zakirov 2019-01-09 16:58:37 +03:00
parent d8553c06af
commit 1fff8a2d3d

View File

@ -404,7 +404,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
'recovery.conf', "recovery_min_apply_delay = '300s'")
replica.stop()
replica.slow_start()
replica.slow_start(replica=True)
master.pgbench_init(scale=10)