mediawiki-extensions-Discus.../tests/cases/ThreadItemStore/7identical-rev-timestamp/discussiontools_items.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

39 lines
677 B
JSON

[
{
"it_id": "1",
"it_itemname": "h-X-20220720070000",
"it_timestamp": null,
"it_actor": null
},
{
"it_id": "2",
"it_itemname": "c-X-20220720070000",
"it_timestamp": "20220720070000",
"it_actor": "2"
},
{
"it_id": "3",
"it_itemname": "h-X-20220720070100",
"it_timestamp": null,
"it_actor": null
},
{
"it_id": "4",
"it_itemname": "c-X-20220720070100",
"it_timestamp": "20220720070100",
"it_actor": "2"
},
{
"it_id": "5",
"it_itemname": "c-Y-20220720070200",
"it_timestamp": "20220720070200",
"it_actor": "3"
},
{
"it_id": "6",
"it_itemname": "c-Z-20220720070200",
"it_timestamp": "20220720070200",
"it_actor": "4"
}
]