test failure on python 3.4

Bug #1361162 reported by Domen Kožar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ZODB
New
Undecided
Unassigned

Bug Description

----------------------------------------------------------------------
File "/tmp/nix-build-python3.4-zodb-4.0.1.drv-0/ZODB-4.0.1/src/ZODB/tests/testDB.py", line 145, in ZODB.tests.testDB.connectionDebugInfo
Failed example:
    pprint.pprint(sorted(info, key=lambda i: str(i['opened'])), width=1)
Expected:
    [{'before': None,
      'info': 'test info (2)',
      'opened': '2008-12-04T20:40:44Z (1.40s)'},
     {'before': '\x03zY\xd8\xc0m9\xdd',
      'info': ' (0)',
      'opened': '2008-12-04T20:40:45Z (0.30s)'},
     {'before': None,
      'info': ' (0)',
      'opened': None}]
Got:
    [{'before': None,
      'info': 'test '
              'info '
              '(2)',
      'opened': '2008-12-04T20:40:44Z '
                '(1.40s)'},
     {'before': '\x03zY\xd8\xc0m9\xdd',
      'info': ' '
              '(0)',
      'opened': '2008-12-04T20:40:45Z '
                '(0.30s)'},
     {'before': None,
      'info': ' '
              '(0)',
      'opened': None}]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.