Skip to content

Commit 871f1e7

Browse files
committed
WIP
1 parent 898567b commit 871f1e7

File tree

1 file changed

+1
-2
lines changed
  • release_tester/arangodb/starter/deployments

1 file changed

+1
-2
lines changed

release_tester/arangodb/starter/deployments/cluster.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ def test_hotbackup_impl(self):
579579
with step("step 9: add new db server"):
580580
new_starter2 = self.get_not_running_starters()[0]
581581
self.run_starter_and_wait(new_starter2)
582+
self.backup_instance_count += 1
582583

583584
with step("step 10: download and restore backup from step 4"):
584585
self.download_backup(backup_from_step_4)
@@ -591,8 +592,6 @@ def test_hotbackup_impl(self):
591592

592593
with step("step 11: check data"):
593594
self.check_data_impl()
594-
if not self.check_non_backup_data():
595-
raise Exception("data created after backup is still there??")
596595

597596
@staticmethod
598597
def run_starter_and_wait(starter):

0 commit comments

Comments
 (0)