Skip to content

Commit

Permalink
test: make it clear that custom segment bytes is used
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed May 23, 2023
1 parent e6b6348 commit 9fac2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/tests/full_disk_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def test_target_min_capacity(self):
# 4 partition with default segment size
# controller partition has default segment size
# reservation will be for min_segments
expected = min_segments * ((1 * 2**30) + \
expected = min_segments * ((1 * self.topics[0].segment_bytes) + \
(4 * default_segment_size) + \
(1 * default_segment_size))

Expand Down

0 comments on commit 9fac2ea

Please sign in to comment.