Long message that gets split is shown in the wrong order

Bug #1513580 reported by Pat McGowan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
messaging-app (Ubuntu)
Confirmed
Medium
Unassigned

Bug Description

Two Messages were delivered as

TS 1 Msg 1 Part 1
TS 2 Msg 1 Part 2
TS 3 Msg 2 Part 1
TS 3 Msg 1 Part 3
TS 4 Msg 2 Part 2
TS 5 Msg 2 Part 4
TS 5 Msg 2 Part 3

The database shows them all in the correct order of arrival.
SELECT * FROM text_events ORDER BY timestamp; is correct order
SELECT * FROM text_events ORDER BY timestamp DESC; is the incorrect order

The event ids contain timestamps and a serial number and are in the correct order

Sent from an iPhone 5s

eventid timestamp
"2015-11-05T12:22:10-0500-1" "2015-11-05T17:22:15.000"
"2015-11-05T12:22:11-0500-2" "2015-11-05T17:22:17.000"
"2015-11-05T12:22:12-0500-3" "2015-11-05T17:22:18.000"
"2015-11-05T12:22:13-0500-4" "2015-11-05T17:22:18.000"
"2015-11-05T12:22:14-0500-5" "2015-11-05T17:22:19.000"
"2015-11-05T12:22:15-0500-6" "2015-11-05T17:22:20.000"
"2015-11-05T12:22:16-0500-7" "2015-11-05T17:22:20.000"

summary: - Long message tat gets split is shown in the wrong order
+ Long message that gets split is shown in the wrong order
description: updated
Revision history for this message
Pat McGowan (pat-mcgowan) wrote :

Lets see if anyone hits this

description: updated
Changed in messaging-app (Ubuntu):
importance: Undecided → Medium
status: New → Confirmed
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.