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 Jul 20, 2022
1 parent 1d3ea01 commit 2e665c3
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 168 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 @@ -91,6 +92,7 @@ def start_redpanda(self,
si_settings=self.si_settings)
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 2e665c3

Please sign in to comment.