Skip to content

Commit 2e2f664

Browse files
committed
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.
1 parent 290ef02 commit 2e2f664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/db_test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@ def testQuietJournal(self):
10831083
'deadline': date.Date("2016-07-30.22:39:00.000")}
10841084

10851085
result.sort()
1086+
print "result unquiet", result
10861087
(id, tx_date, user, action, args) = result[-1]
10871088
# check piecewise
10881089
self.assertEqual('1', id)

0 commit comments

Comments
 (0)