Inboxen / Inboxen

Main repo for Inboxen.org

Home Page:https://inboxen.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inboxen.tests.test_tasks.ChunkQuerySetTestCase tests will sometimes fail

moggers87 opened this issue · comments

Example:

======================================================================   
FAIL: test_at_chunk_size (inboxen.tests.test_tasks.ChunkQuerySetTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):                                                                                     
  File "/home/moggers/workspace/inboxen/Inboxen/inboxen/tests/test_tasks.py", line 317, in test_at_chunk_size
    self.assertEqual(result, [(0, self.inbox_pks)])                                                                    
AssertionError: Lists differ: [(0, [1070, 1071, 1072, 1073, 1074, 1075, 1076, 1[553 chars]68])] != [(0, [1069, 1070, 1071, 1072, 1073, 1074, 1075, 1[553 chars]68])]
                                                           
First differing element 0:                                 
(0, [1070, 1071, 1072, 1073, 1074, 1075, 1076, 1[552 chars]168])
(0, [1069, 1070, 1071, 1072, 1073, 1074, 1075, 1[552 chars]168])
                                                           
Diff is 1145 characters long. Set self.maxDiff to None to see it.

Doesn't always happen, not sure why.

i think this might have been fixed by db3aaf6

I've not seen it since, so I'll close for now.