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

PESDLC-1494 Remove ignore from cloud decomission tests #18825

Merged
merged 1 commit into from
Jun 5, 2024
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
2 changes: 0 additions & 2 deletions tests/rptest/redpanda_cloud_tests/high_throughput_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,6 @@ def _wait_for_traffic(self, producer, acked, timeout=1800):
f"Low throughput while preparing for the test: {_throughput} MB/s"
) from None

@ignore
@cluster(num_nodes=5, log_allow_list=RESTART_LOG_ALLOW_LIST)
def test_decommission_and_add(self):
"""Decommission and add while under load.
Expand Down Expand Up @@ -1196,7 +1195,6 @@ def _delete_cluster_pvc(self, cluster_name, num):
# kubectl delete pvc shadow-index-cache-rp-clkd0n22nfn1jf7vd9t0-4 -n=redpanda
self.redpanda.kubectl.cmd(['delete', 'pvc', pvc_name, '-n=redpanda'])

@ignore
@cluster(num_nodes=5, log_allow_list=RESTART_LOG_ALLOW_LIST)
def test_add_and_decommission(self):
"""Add a new node and then decommission it while under load.
Expand Down
Loading