Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/integration/ha_tests/test_self_healing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from pytest_operator.plugin import OpsTest
from tenacity import Retrying, stop_after_delay, wait_fixed

from .. import markers
from ..helpers import (
CHARM_BASE,
db_connect,
Expand Down Expand Up @@ -380,6 +381,7 @@ async def test_forceful_restart_without_data_and_transaction_logs(


@pytest.mark.abort_on_fail
@markers.amd64_only
async def test_network_cut(ops_test: OpsTest, continuous_writes, primary_start_timeout):
"""Completely cut and restore network."""
# Locate primary unit.
Expand Down Expand Up @@ -468,6 +470,7 @@ async def test_network_cut(ops_test: OpsTest, continuous_writes, primary_start_t


@pytest.mark.abort_on_fail
@markers.amd64_only
async def test_network_cut_without_ip_change(
ops_test: OpsTest, continuous_writes, primary_start_timeout
):
Expand Down