Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345036
D3297.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D3297.diff
View Options
diff --git a/swh/journal/tests/journal_data.py b/swh/journal/tests/journal_data.py
--- a/swh/journal/tests/journal_data.py
+++ b/swh/journal/tests/journal_data.py
@@ -159,7 +159,7 @@
"date": datetime.datetime(2013, 5, 7, 4, 20, 39, 369271, tzinfo=UTC),
"snapshot": None,
"status": "ongoing",
- "metadata": {"foo": "bar"},
+ "metadata": None,
"type": "git",
"visit": 1,
},
@@ -168,7 +168,7 @@
"date": datetime.datetime(2014, 11, 27, 17, 20, 39, tzinfo=UTC),
"snapshot": None,
"status": "ongoing",
- "metadata": {"baz": "qux"},
+ "metadata": None,
"type": "hg",
"visit": 1,
},
@@ -177,7 +177,7 @@
"date": datetime.datetime(2018, 11, 27, 17, 20, 39, tzinfo=UTC),
"snapshot": None,
"status": "ongoing",
- "metadata": {"baz": "qux"},
+ "metadata": None,
"type": "git",
"visit": 2,
},
@@ -186,7 +186,7 @@
"date": datetime.datetime(2018, 11, 27, 17, 20, 39, tzinfo=UTC),
"snapshot": hash_to_bytes("742cdc6be7bf6e895b055227c2300070f056e07b"),
"status": "full",
- "metadata": {"baz": "qux"},
+ "metadata": None,
"type": "git",
"visit": 3,
},
@@ -195,7 +195,7 @@
"date": datetime.datetime(2015, 11, 27, 17, 20, 39, tzinfo=UTC),
"snapshot": hash_to_bytes("ecee48397a92b0d034e9752a17459f3691a73ef9"),
"status": "partial",
- "metadata": {"something": "wrong occurred"},
+ "metadata": None,
"type": "hg",
"visit": 2,
},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 3:02 PM (4 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221261
Attached To
D3297: Set origin visits' metadata to None in journal_data
Event Timeline
Log In to Comment