diff test/db_test_base.py @ 5233:ebc27b90aa3b

looks like the testQuietJournal test is failing with mysql for some reason. It passes on all other db's: anydbm, sqlite, python, memory So try to get some better data to debug remotely.
author John Rouillard <rouilj@ieee.org>
date Fri, 14 Apr 2017 23:58:35 -0400
parents 462b0f76fce8
children d8457c376a38
line wrap: on
line diff
--- a/test/db_test_base.py	Fri Apr 14 23:24:18 2017 -0400
+++ b/test/db_test_base.py	Fri Apr 14 23:58:35 2017 -0400
@@ -1083,6 +1083,7 @@
                     'deadline': date.Date("2016-07-30.22:39:00.000")}
 
         result.sort()
+        print "result unquiet", result
         (id, tx_date, user, action, args) = result[-1]
         # check piecewise
         self.assertEqual('1', id)

Roundup Issue Tracker: http://roundup-tracker.org/