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 @@ -1616,15 +1616,15 @@ def test_restore_chain(self):
16161616 try :
16171617 self .backup_node (
16181618 backup_dir , 'node' , node ,
1619- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1619+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
16201620 except ProbackupException as e :
16211621 pass
16221622
16231623 # Take ERROR DELTA
16241624 try :
16251625 self .backup_node (
16261626 backup_dir , 'node' , node ,
1627- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1627+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
16281628 except ProbackupException as e :
16291629 pass
16301630
@@ -1636,7 +1636,7 @@ def test_restore_chain(self):
16361636 try :
16371637 self .backup_node (
16381638 backup_dir , 'node' , node ,
1639- backup_type = 'delta' , options = ['--archive-timeout=0s ' ])
1639+ backup_type = 'delta' , options = ['-U' , 'wrong_name ' ])
16401640 except ProbackupException as e :
16411641 pass
16421642
You can’t perform that action at this time.
0 commit comments