Change #3624
Category | None |
Changed by | Chris Sharp <csharp | @georgialibraries.org>
Changed at | Tue 08 Nov 2016 10:25:10 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | c62be1823e23f07949937538f1601d8c09af3bdf |
Comments
Fix purge_user_activity.pg live test The purge_user_activity.pg test inserts rows into actor.usr_activity in a random date order, but the changes in bug 1570909 created a trigger that overwrites the previous entry for a transient type, causing the test to fail. We reorder the usr_activity rows so that the most recent row will be in place. Signed-off-by: Chris Sharp <csharp@georgialibraries.org> Signed-off-by: Jason Stephenson <jason@sigio.com>
Changed files
- Open-ILS/src/sql/Pg/live_t/purge-user-activity.pg