mediawiki-extensions-Discus.../tests/cases/ThreadItemStore/7identical-rev-timestamp/discussiontools_item_ids.json
Bartosz Dziewoński c922e1babd ThreadItemStoreTest: Add test for identical revision timestamps
discussiontools_item_pages row itp_id=5 has incorrect
itp_oldest_revision_id. It should point to the older of the two
revisions with the same time, but it points to the newer one.
discussiontools_item_revisions row is missing.

Depends-On: I56f0e161e5438d5f77b7d53d4db7411f90f97d05
Change-Id: I61ed42515891a84729455a7a32c98276c7cacd40
2022-10-20 02:36:40 +02:00

27 lines
419 B
JSON

[
{
"itid_id": "1",
"itid_itemid": "h-A-20220720070000"
},
{
"itid_id": "2",
"itid_itemid": "c-X-20220720070000-A"
},
{
"itid_id": "3",
"itid_itemid": "h-C-20220720070100"
},
{
"itid_id": "4",
"itid_itemid": "c-X-20220720070100-C"
},
{
"itid_id": "5",
"itid_itemid": "c-Y-20220720070200-X-20220720070000"
},
{
"itid_id": "6",
"itid_itemid": "c-Z-20220720070200-X-20220720070100"
}
]