Skip to content

Commit

Permalink
partition_movement_test: use new workloads
Browse files Browse the repository at this point in the history
duration of partition_movement_test.py falls down from
12 minutes 39.137 seconds to 8 minutes 53.753 seconds
  • Loading branch information
rystsov committed Jun 27, 2022
1 parent a893305 commit 90a704e
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 158 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/tests/end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from rptest.util import wait_until
from rptest.services.redpanda import RedpandaService
from rptest.clients.default import DefaultClient
from rptest.clients.rpk import RpkTool
from rptest.services.admin import Admin
from rptest.services.verifiable_consumer import VerifiableConsumer
from rptest.services.verifiable_producer import VerifiableProducer, is_int_with_prefix
Expand Down Expand Up @@ -90,6 +91,7 @@ def start_redpanda(self,
extra_node_conf=self._extra_node_conf)
self.redpanda.start()
self._client = DefaultClient(self.redpanda)
self._rpk_client = RpkTool(self.redpanda)
self._admin_client = Admin(self.redpanda)

@property
Expand Down
Loading

0 comments on commit 90a704e

Please sign in to comment.