Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DPE-5500] Re enable sharding upgrade tests #489

Merged
Show file tree
Hide file tree
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: 0 additions & 3 deletions tests/integration/upgrade/test_sharding_rollback.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
MEDIAN_REELECTION_TIME = 12


@pytest.mark.skip(reason="Disable until sharded upgrades are working again")
@pytest.mark.runner(["self-hosted", "linux", "X64", "jammy", "large"])
@pytest.mark.group(1)
@pytest.mark.abort_on_fail
Expand All @@ -52,7 +51,6 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None:
)


@pytest.mark.skip(reason="Disable until sharded upgrades are working again")
@pytest.mark.runner(["self-hosted", "linux", "X64", "jammy", "large"])
@pytest.mark.group(1)
@pytest.mark.abort_on_fail
Expand Down Expand Up @@ -111,7 +109,6 @@ async def test_rollback_on_config_server(
# TODO implement this check once we have implemented the post-cluster-upgrade code DPE-4143


@pytest.mark.skip(reason="Disable until sharded upgrades are working again")
@pytest.mark.runner(["self-hosted", "linux", "X64", "jammy", "large"])
@pytest.mark.group(1)
@pytest.mark.abort_on_fail
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/upgrade/test_sharding_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
MEDIAN_REELECTION_TIME = 12


@pytest.mark.skip(reason="Disable until sharded upgrades are working again")
@pytest.mark.runner(["self-hosted", "linux", "X64", "jammy", "large"])
@pytest.mark.group(1)
@pytest.mark.abort_on_fail
Expand All @@ -60,7 +59,6 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None:
)


@pytest.mark.skip(reason="Disable until sharded upgrades are working again")
@pytest.mark.runner(["self-hosted", "linux", "X64", "jammy", "large"])
@pytest.mark.group(1)
@pytest.mark.abort_on_fail
Expand Down Expand Up @@ -116,7 +114,6 @@ async def test_upgrade(
assert balancer_state["mode"] != "off", "balancer not turned back on from config server"


@pytest.mark.skip(reason="Disable until sharded upgrades are working again")
@pytest.mark.runner(["self-hosted", "linux", "X64", "jammy", "large"])
@pytest.mark.group(1)
@pytest.mark.abort_on_fail
Expand Down
Loading