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 Sep 1, 2022
1 parent 6f7e553 commit 43f2b83
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 277 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 @@ -147,6 +147,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 43f2b83

Please sign in to comment.