Skip to content

Commit

Permalink
Merge pull request redpanda-data#20815 from redpanda-data/stephan/dow…
Browse files Browse the repository at this point in the history
…ngrade-non-fatal-anomalies-check

tests: Downgrade warning for non-fatal anomalies
  • Loading branch information
StephanDollberg authored Jul 4, 2024
2 parents 413d0c7 + 2f744eb commit d6cbe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -4733,7 +4733,7 @@ def stop_and_scrub_object_storage(self, run_timeout=300):
if not any_anomalies:
self.logger.info(f"No anomalies in object storage scrub")
elif not fatal_anomalies:
self.logger.warn(
self.logger.info(
f"Non-fatal anomalies in remote storage: {json.dumps(report, indent=2)}"
)
else:
Expand Down

0 comments on commit d6cbe67

Please sign in to comment.