timezone causes test failures in parser tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CVS to Bazaar importer |
Triaged
|
Medium
|
Unassigned |
Bug Description
The tests appear to be timezone-specific, and fail for me when I run them (I'm in CET).
BZR_PLUGINS_
bzr selftest: /usr/bin/bzr
/usr/
bzr-2.3.0dev5 python-2.7.1 Linux-2.
FAIL: bzrlib.
Text attachment: log
------------
------------
Text attachment: traceback
------------
Traceback (most recent call last):
File "/usr/lib/
return fn(*args, **kwargs)
File "/usr/lib/
return self._get_
File "/home/
self.
AssertionError: not equal:
a = 1164052415.0
b = 1164027215.0
------------
FAIL: bzrlib.
Text attachment: log
------------
------------
Text attachment: traceback
------------
Traceback (most recent call last):
File "/usr/lib/
return fn(*args, **kwargs)
File "/usr/lib/
return self._get_
File "/home/
self.
AssertionError: not equal:
a = 1164052337.0
b = 1164027137.0
------------
=======
FAIL: bzrlib.
-------
_StringException: Text attachment: log
------------
------------
Text attachment: traceback
------------
Traceback (most recent call last):
File "/usr/lib/
return fn(*args, **kwargs)
File "/usr/lib/
return self._get_
File "/home/
self.
AssertionError: not equal:
a = 1164052415.0
b = 1164027215.0
------------
=======
FAIL: bzrlib.
-------
_StringException: Text attachment: log
------------
------------
Text attachment: traceback
------------
Traceback (most recent call last):
File "/usr/lib/
return fn(*args, **kwargs)
File "/usr/lib/
return self._get_
File "/home/
self.
AssertionError: not equal:
a = 1164052337.0
b = 1164027137.0
------------
-------
Ran 53 tests in 6.281s
FAILED (failures=2)
summary: |
- test failures in parser tests + timezone causes test failures in parser tests |
Changed in bzr-cvsps-import: | |
status: | New → Triaged |
importance: | Undecided → Medium |