[New-bugs-announce] [issue30649] test_utime_current_old() of test_os fails randomy on x86 Windows7 3.6

STINNER Victor report at bugs.python.org
Tue Jun 13 05:29:59 EDT 2017


New submission from STINNER Victor:

http://buildbot.python.org/all/builders/x86%20Windows7%203.6/builds/416/steps/test/logs/stdio

======================================================================
FAIL: test_utime_current_old (test.test_os.UtimeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.6.bolen-windows7\build\lib\test\test_os.py", line 644, in test_utime_current_old
    self._test_utime_current(set_time)
  File "D:\cygwin\home\db3l\buildarea\3.6.bolen-windows7\build\lib\test\test_os.py", line 632, in _test_utime_current
    delta=delta, msg=msg)
AssertionError: 1497323613.108506 != 1497323613.0692456 within 0.02 delta : st_time=1497323613.108506, current=1497323613.0692456, dt=0.0392603874206543

----------------------------------------------------------------------
Ran 238 tests in 16.382s

FAILED (failures=1, skipped=81)
test test_os failed

And then test_os passed.

----------
components: Tests, Windows
keywords: buildbot
messages: 295879
nosy: haypo, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: test_utime_current_old() of test_os fails randomy on x86 Windows7 3.6
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30649>
_______________________________________


More information about the New-bugs-announce mailing list