File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1704,7 +1704,7 @@ def test_restore_chain_with_corrupted_backup(self):
17041704 try :
17051705 self .backup_node (
17061706 backup_dir , 'node' , node ,
1707- backup_type = 'page' , options = ['--archive-timeout=0s ' ])
1707+ backup_type = 'page' , options = ['-U' , 'wrong_name ' ])
17081708 except ProbackupException as e :
17091709 pass
17101710
@@ -1716,7 +1716,7 @@ def test_restore_chain_with_corrupted_backup(self):
17161716 try :
17171717 self .backup_node (
17181718 backup_dir , 'node' , node ,
1719- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1719+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
17201720 except ProbackupException as e :
17211721 pass
17221722
@@ -1728,7 +1728,7 @@ def test_restore_chain_with_corrupted_backup(self):
17281728 try :
17291729 self .backup_node (
17301730 backup_dir , 'node' , node ,
1731- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1731+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
17321732 except ProbackupException as e :
17331733 pass
17341734
You can’t perform that action at this time.
0 commit comments