Skip to content

Commit

Permalink
unrelated: fix formatting in scaling_up_test
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtanov committed Aug 14, 2024
1 parent 18a013b commit a59e283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rptest/tests/scaling_up_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ def verify_disk_usage(usage: dict, added_ids: list, percentage: float):
for id in added_ids:
added_node_usage = usage[id]
assert added_node_usage < percentage * avg_usage, \
f"Added node {id} disk usage {added_node_usage} is to large,"
"expected usage to be smaller than {percentage * avg_usage} bytes"
f"Added node {id} disk usage {added_node_usage} is to large, "
f"expected usage to be smaller than {percentage * avg_usage} bytes"

usage = self._kafka_usage(nodes=self.redpanda.nodes[0:5])
print_disk_usage(usage)
Expand Down

0 comments on commit a59e283

Please sign in to comment.