File tree 1 file changed +3
-3
lines changed
Filter options
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):
1704
1704
try :
1705
1705
self .backup_node (
1706
1706
backup_dir , 'node' , node ,
1707
- backup_type = 'page' , options = ['--archive-timeout=0s ' ])
1707
+ backup_type = 'page' , options = ['-U' , 'wrong_name ' ])
1708
1708
except ProbackupException as e :
1709
1709
pass
1710
1710
@@ -1716,7 +1716,7 @@ def test_restore_chain_with_corrupted_backup(self):
1716
1716
try :
1717
1717
self .backup_node (
1718
1718
backup_dir , 'node' , node ,
1719
- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1719
+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
1720
1720
except ProbackupException as e :
1721
1721
pass
1722
1722
@@ -1728,7 +1728,7 @@ def test_restore_chain_with_corrupted_backup(self):
1728
1728
try :
1729
1729
self .backup_node (
1730
1730
backup_dir , 'node' , node ,
1731
- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1731
+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
1732
1732
except ProbackupException as e :
1733
1733
pass
1734
1734
You can’t perform that action at this time.
0 commit comments