Skip to content

Commit

Permalink
Merge pull request #23509 from nvartolomei/nv/CORE-7014-remove-assert
Browse files Browse the repository at this point in the history
rptest: do not expect cached segment readers at the end of the test
  • Loading branch information
nvartolomei authored Sep 27, 2024
2 parents f157de5 + 2c7cb0a commit bdfbdd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/rptest/scale_tests/tiered_storage_reader_stress_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ def stats_watcher():
# The stats indicate saturation with tiered storage reads.
assert stats['partition_readers_delayed'] or stats[
'segment_readers_delayed']
# There are still some segment readers cached as expected, they shouldn't
# all have been trimmed.
assert stats['segment_readers']

def is_metric_zero(fn, label):
for node, stats in self._get_stats().items():
Expand Down

0 comments on commit bdfbdd1

Please sign in to comment.