[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2723: spurious test failures on Windows due to absence of time.tzset()
Tahoe-LAFS
trac at tahoe-lafs.org
Tue Feb 2 17:52:57 UTC 2016
#2723: spurious test failures on Windows due to absence of time.tzset()
------------------------+------------------------------------------
Reporter: daira | Owner: daira
Type: defect | Status: assigned
Priority: normal | Milestone: 1.10.3
Component: code | Version: 1.10.2
Resolution: | Keywords: tests blocks-release windows
Launchpad Bug: |
------------------------+------------------------------------------
Changes (by daira):
* status: new => assigned
Old description:
> {{{
> allmydata.test.test_web.Web.test_PUT_update_at_invalid_offset ...
> Traceback (most recent call last):
> File
> "c:\users\buildslave\tahoe\daira_win7-64_py2_7\build\src\allmydata\test\test_web.py",
> line 286, in setUp
> self.setTimezone('UTC-13:00')
> File
> "c:\users\buildslave\tahoe\daira_win7-64_py2_7\build\src\allmydata\test\common_util.py",
> line 190, in setTimezone
> time.tzset()
> exceptions.AttributeError: 'module' object has no attribute 'tzset'
> }}}
New description:
{{{
allmydata.test.test_web.Web.test_PUT_update_at_invalid_offset ...
Traceback (most recent call last):
File
"c:\users\buildslave\tahoe\daira_win7-64_py2_7\build\src\allmydata\test\test_web.py",
line 286, in setUp
self.setTimezone('UTC-13:00')
File
"c:\users\buildslave\tahoe\daira_win7-64_py2_7\build\src\allmydata\test\common_util.py",
line 190, in setTimezone
time.tzset()
exceptions.AttributeError: 'module' object has no attribute 'tzset'
}}}
--
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2723#comment:1>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list