From 581432759322ef2dc08561a5eb29f12f99730312 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Wed, 5 Jun 2019 12:49:05 +0300 Subject: [PATCH] tests: fix backup.BackupTest.test_sigint_handling --- tests/backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/backup.py b/tests/backup.py index ff9ff41d..bfcb1a0b 100644 --- a/tests/backup.py +++ b/tests/backup.py @@ -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_exit() backup_id = self.show_pb(backup_dir, 'node')[0]['id']