We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47e159 commit b4a9b14Copy full SHA for b4a9b14
release_tester/arangodb/starter/deployments/cluster.py
@@ -579,6 +579,7 @@ def test_hotbackup_impl(self):
579
with step("step 9: add new db server"):
580
new_starter2 = self.get_not_running_starters()[0]
581
self.run_starter_and_wait(new_starter2)
582
+ self.backup_instance_count += 1
583
584
with step("step 10: download and restore backup from step 4"):
585
self.download_backup(backup_from_step_4)
@@ -591,8 +592,6 @@ def test_hotbackup_impl(self):
591
592
593
with step("step 11: check data"):
594
self.check_data_impl()
- if not self.check_non_backup_data():
595
- raise Exception("data created after backup is still there??")
596
597
@staticmethod
598
def run_starter_and_wait(starter):
0 commit comments