Closed (fixed)
Project:
Privatemsg
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2010 at 13:13 UTC
Updated:
26 Apr 2010 at 13:20 UTC
Jump to comment: Most recent file
See title :)
There are currently some test failures on PostgreSQL, I need to figure out why and resolve them.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix_pgsql_tests.patch | 2.48 KB | berdir |
| #1 | pgsql_fixes.patch | 1.75 KB | berdir |
Comments
Comment #1
berdirHm...
I don't understand why this only fails on PostgreSQL, but because we don't order by mid, the message list might not be in the order we're expecting.
The same for the participants, which aren't ordered at all. I'm currently ordering them by UID, I don't like that but PostgreSQL doesn't allow sorting by MID (In there order the participated in the thread). Maybe name but that would break the tests too :)
Comment #2
berdirOk, to avoid changing too much, I've decided to simply remove the problematic assertion.
Comment #3
berdirCommited and fixed in all branches.