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 @@ -1616,15 +1616,15 @@ def test_restore_chain(self):
1616
1616
try :
1617
1617
self .backup_node (
1618
1618
backup_dir , 'node' , node ,
1619
- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1619
+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
1620
1620
except ProbackupException as e :
1621
1621
pass
1622
1622
1623
1623
# Take ERROR DELTA
1624
1624
try :
1625
1625
self .backup_node (
1626
1626
backup_dir , 'node' , node ,
1627
- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1627
+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
1628
1628
except ProbackupException as e :
1629
1629
pass
1630
1630
@@ -1636,7 +1636,7 @@ def test_restore_chain(self):
1636
1636
try :
1637
1637
self .backup_node (
1638
1638
backup_dir , 'node' , node ,
1639
- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1639
+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
1640
1640
except ProbackupException as e :
1641
1641
pass
1642
1642
You can’t perform that action at this time.
0 commit comments