Skip to content

Commit

Permalink
partition_movement_test: use new verifier
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 Dec 18, 2022
1 parent 4f29647 commit 548608a
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 276 deletions.
8 changes: 8 additions & 0 deletions tests/rptest/tests/end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ def client(self):
assert self._client is not None
return self._client

def rpk_client(self):
assert self._rpk_client is not None
return self._rpk_client

def admin_client(self):
assert self._admin_client is not None
return self._admin_client

@property
def debug_mode(self):
"""
Expand Down
Loading

0 comments on commit 548608a

Please sign in to comment.