Skip to content

Commit

Permalink
rptest: enable free_preallocated_nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
savex committed Nov 3, 2023
1 parent a13f308 commit 0d37e82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/rptest/redpanda_cloud_tests/high_throughput_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,7 @@ def test_decommission_and_add(self):
producer.stop()
producer.wait(timeout_sec=600)
finally:
# self.free_preallocated_nodes()
pass
self.free_preallocated_nodes()

def stage_decommission_and_add(self):
node, node_id, node_str = self.get_node()
Expand Down Expand Up @@ -851,7 +850,7 @@ def test_consume(self):
finally:
producer.stop()
producer.wait(timeout_sec=600)
# self.free_preallocated_nodes()
self.free_preallocated_nodes()

@ignore
@cluster(num_nodes=10, log_allow_list=RESTART_LOG_ALLOW_LIST)
Expand Down Expand Up @@ -966,7 +965,7 @@ def test_consume_miss_cache(self):
finally:
producer.stop()
producer.wait(timeout_sec=600)
# self.free_preallocated_nodes()
self.free_preallocated_nodes()

def stage_consume_miss_cache(self, producer: KgoVerifierProducer):
# This stage produces enough data to each RP node to fill up their batch caches
Expand Down

0 comments on commit 0d37e82

Please sign in to comment.