Skip to content

Commit

Permalink
test: log more detail about undeleted files
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <[email protected]>
  • Loading branch information
dotnwat committed Nov 21, 2024
1 parent 2089ac5 commit 2496ac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/rptest/tests/topic_delete_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def topic_storage_purged(redpanda, topic_name):
for topic_name, topic in ns.topics.items():
for p_id, p in topic.partitions.items():
for f in p.files:
redpanda.logger.info(f" {n.name}: {f}")
redpanda.logger.info(
f" {n.name}: {topic_name}_{p_id}_{f}")

return False

Expand Down

0 comments on commit 2496ac0

Please sign in to comment.