Skip to content

Commit

Permalink
Restart in pytest_tests/testsuites/failovers/test_failover_part.py
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <oleg@nspcc.ru>
  • Loading branch information
vvarg229 committed Sep 21, 2023
1 parent d1ebdf4 commit bfadd8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest_tests/testsuites/failovers/test_failover_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ def enable_metabase_resync_on_start(self):
file.write(modified_content)
logger.debug(f"Modified file content:\n{modified_content}")

with allure.step("Restart docker"):
self.docker_compose_restart_storage_nodes()

yield

with open(file_path, 'w') as file:
Expand Down

0 comments on commit bfadd8e

Please sign in to comment.