This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_ntpath failure on Windows
Type: behavior Stage: resolved
Components: Tests, Windows Versions: Python 3.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: nadeem.vawda, r.david.murray
Priority: normal Keywords: buildbot

Created on 2012-02-27 19:07 by nadeem.vawda, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg154503 - (view) Author: Nadeem Vawda (nadeem.vawda) * (Python committer) Date: 2012-02-27 19:07
http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/6075/steps/test/logs/stdio

    FAIL: test_time (test.test_ntpath.NtCommonTest)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_genericpath.py", line 127, in test_time
        self.pathmodule.getmtime(support.TESTFN)
    AssertionError: 1330364192.9002845 not less than or equal to 1330363190.76044

It seems the file's modification time is earlier than its creation time by ~1002s.
msg185928 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2013-04-03 15:00
I'm guessing this is a one off.  As nobody is screaming or shouting can it be closed?
msg185931 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-04-03 15:18
Possibly.  However, it's an intermittent buildbot failure, so it is a bit difficult to know if it fixed or not.  We really need a way to track intermittent failures so we can figure out when they have gone away :)
msg222797 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-11 21:15
I've just taken a look at the Windows buildbots and can't find anything relevant to this so can we close it.
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58351
2019-09-10 13:00:51steve.dowersetstatus: pending -> closed
resolution: out of date
stage: needs patch -> resolved
2018-12-12 16:12:12serhiy.storchakasetstatus: open -> pending
2018-12-12 16:09:57BreamoreBoysetstatus: pending -> open
nosy: - BreamoreBoy
2018-12-12 10:39:03serhiy.storchakasetstatus: open -> pending
2014-07-11 21:15:09BreamoreBoysetnosy: + BreamoreBoy
messages: + msg222797
2014-02-03 18:34:44BreamoreBoysetnosy: - BreamoreBoy
2013-04-03 15:18:34r.david.murraysetnosy: + r.david.murray
messages: + msg185931
2013-04-03 15:00:14BreamoreBoysetnosy: + BreamoreBoy
messages: + msg185928
2012-02-27 19:07:40nadeem.vawdacreate