mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
tests: minor fixes
This commit is contained in:
+3
-3
@@ -1159,7 +1159,7 @@ class BackupTest(ProbackupTest, unittest.TestCase):
|
||||
gdb.remove_all_breakpoints()
|
||||
|
||||
gdb._execute('signal SIGINT')
|
||||
# gdb.continue_execution_until_exit()
|
||||
gdb.continue_execution_until_error()
|
||||
|
||||
backup_id = self.show_pb(backup_dir, 'node')[0]['id']
|
||||
|
||||
@@ -1197,7 +1197,7 @@ class BackupTest(ProbackupTest, unittest.TestCase):
|
||||
gdb.remove_all_breakpoints()
|
||||
|
||||
gdb._execute('signal SIGTERM')
|
||||
gdb.continue_execution_until_exit()
|
||||
gdb.continue_execution_until_error()
|
||||
|
||||
backup_id = self.show_pb(backup_dir, 'node')[0]['id']
|
||||
|
||||
@@ -1235,7 +1235,7 @@ class BackupTest(ProbackupTest, unittest.TestCase):
|
||||
gdb.remove_all_breakpoints()
|
||||
|
||||
gdb._execute('signal SIGQUIT')
|
||||
gdb.continue_execution_until_exit()
|
||||
gdb.continue_execution_until_error()
|
||||
|
||||
backup_id = self.show_pb(backup_dir, 'node')[0]['id']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user