From 0aeb9d26ecbcbef1f4a070c6076a5c90e8b7a856 Mon Sep 17 00:00:00 2001 From: sfalkon Date: Tue, 7 Nov 2017 17:50:35 +0300 Subject: [PATCH] fix ptrack --- tests/ptrack_recovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ptrack_recovery.py b/tests/ptrack_recovery.py index 8dc4c8fc..8569ef59 100644 --- a/tests/ptrack_recovery.py +++ b/tests/ptrack_recovery.py @@ -40,7 +40,7 @@ class SimpleTest(ProbackupTest, unittest.TestCase): if self.verbose: print('Killing postmaster. Losing Ptrack changes') - node.pg_ctl('stop', ['-m', 'immediate', '-D', node.data_dir]) + node.stop(['-m', 'immediate', '-D', node.data_dir]) if not node.status(): node.start() else: