Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mehdi Bendriss <bendrissmehdi@gmail.com>
  • Loading branch information
MiaAltieri and Mehdi-Bendriss authored Sep 13, 2024
1 parent 6f78f2b commit d08128d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/upgrades/test_revision_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None:
await ops_test.model.wait_for_idle(apps=CLUSTER_COMPONENTS, idle_period=20)


@pytest.mark.group(1)
@pytest.mark.abort_on_fail
async def test_local_config_server_reports_remote_shard(ops_test: OpsTest) -> None:
"""Tests that the local config server reports remote shard."""
await ops_test.model.integrate(
Expand All @@ -81,6 +83,8 @@ async def test_local_config_server_reports_remote_shard(ops_test: OpsTest) -> No
), "Config server does not correctly report mismatch in revision"


@pytest.mark.group(1)
@pytest.mark.abort_on_fail
async def test_local_shard_reports_remote_config_server(ops_test: OpsTest) -> None:
"""Tests that the local shard reports remote config-server."""
await ops_test.model.integrate(
Expand Down

0 comments on commit d08128d

Please sign in to comment.