Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163695
D3130.id11122.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
542 B
Subscribers
None
D3130.id11122.diff
View Options
diff --git a/swh/journal/pytest_plugin.py b/swh/journal/pytest_plugin.py
--- a/swh/journal/pytest_plugin.py
+++ b/swh/journal/pytest_plugin.py
@@ -27,7 +27,10 @@
while fetched_messages < expected_messages:
if retries_left == 0:
- raise ValueError("Timed out fetching messages from kafka")
+ raise ValueError(
+ "Timed out fetching messages from kafka. "
+ f"Only {fetched_messages}/{expected_messages} fetched"
+ )
msg = consumer.poll(timeout=0.01)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 1:26 PM (1 w, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221859
Attached To
D3130: Refactor the pytest_plugin
Event Timeline
Log In to Comment