mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-01 09:51:43 +02:00
tests: minor fixes
This commit is contained in:
parent
5814327593
commit
29bbcf9b82
@ -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…
Reference in New Issue
Block a user