mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-24 11:46:31 +02:00
Merge branch 'master' into issue_79
This commit is contained in:
commit
cd918ea34b
@ -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']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user