Skip to content

Commit 604cab6

Browse files
committed
fix merge conflict
1 parent 4c980ee commit 604cab6

File tree

1 file changed

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

1 file changed

+1
-27
lines changed

release_tester/arangodb/starter/deployments/runner.py

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -864,33 +864,7 @@ def wait_for_self_heal(self, starter):
864864
}
865865
throw new Error("foxx routeing not ready on time!");
866866
}; waitForSelfHeal();
867-
"""
868-
@step
869-
def restore_everything(self, path):
870-
"""restore a dump to the installation"""
871-
progressive_timeout = 1600 if self.cfg.is_instrumented else 100
872-
# self.before_backup_create_impl()
873-
for starter in self.makedata_instances:
874-
if not starter.is_leader:
875-
continue
876-
assert starter.arango_restore, "restore everything: this starter doesn't have an restore instance!"
877-
print(path)
878-
args = [
879-
'--include-system-collections',
880-
'true',
881-
'--overwrite',
882-
'true',
883-
'--all-databases',
884-
'true',
885-
]
886-
ret = starter.arango_restore.run_restore_monitored(
887-
str(path),
888-
args,
889-
progressive_timeout=progressive_timeout)
890-
starter.arangosh.run_command(("wait for self heal", """
891-
""",
892-
)
893-
)
867+
"""))
894868

895869
def restore_everything_from_dump(self, starter, path):
896870
""" do a full restore from a dump """

0 commit comments

Comments
 (0)