Skip to content

Commit

Permalink
tests: reinstate consumer count on test_create_or_delete_topics_while…
Browse files Browse the repository at this point in the history
…_busy

Now that we limit the reader concurrency, this should not bad_alloc any
more.
  • Loading branch information
jcsp committed Nov 1, 2022
1 parent 105daf5 commit 6dc48ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/rptest/tests/e2e_shadow_indexing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,7 @@ def test_create_or_delete_topics_while_busy(self):
msg_count = 500000 if self.redpanda.dedicated_nodes else 100000
timeout = 600

# This must be very low to avoid hitting bad_allocs:
# https://github.com/redpanda-data/redpanda/issues/6111
random_parallelism = 10 if self.redpanda.dedicated_nodes else 2
random_parallelism = 100 if self.redpanda.dedicated_nodes else 20

producer = KgoVerifierProducer(self.test_context, self.redpanda,
self.topic, msg_size, msg_count,
Expand Down

0 comments on commit 6dc48ac

Please sign in to comment.