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 Aug 26, 2022
1 parent e60c756 commit 97d6305
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 281 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 @@ -160,6 +160,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 97d6305

Please sign in to comment.