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:
parent
d8553c06af
commit
1fff8a2d3d
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user