Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_ntpath failure on Windows #58351

Closed
nadeemvawda mannequin opened this issue Feb 27, 2012 · 4 comments
Closed

test_ntpath failure on Windows #58351

nadeemvawda mannequin opened this issue Feb 27, 2012 · 4 comments
Labels
OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@nadeemvawda
Copy link
Mannequin

nadeemvawda mannequin commented Feb 27, 2012

BPO 14143
Nosy @bitdancer

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2019-09-10.13:00:51.436>
created_at = <Date 2012-02-27.19:07:40.310>
labels = ['type-bug', 'tests', 'OS-windows']
title = 'test_ntpath failure on Windows'
updated_at = <Date 2019-09-10.13:00:51.435>
user = 'https://bugs.python.org/nadeemvawda'

bugs.python.org fields:

activity = <Date 2019-09-10.13:00:51.435>
actor = 'steve.dower'
assignee = 'none'
closed = True
closed_date = <Date 2019-09-10.13:00:51.436>
closer = 'steve.dower'
components = ['Tests', 'Windows']
creation = <Date 2012-02-27.19:07:40.310>
creator = 'nadeem.vawda'
dependencies = []
files = []
hgrepos = []
issue_num = 14143
keywords = ['buildbot']
message_count = 4.0
messages = ['154503', '185928', '185931', '222797']
nosy_count = 2.0
nosy_names = ['nadeem.vawda', 'r.david.murray']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue14143'
versions = ['Python 3.3']

@nadeemvawda
Copy link
Mannequin Author

nadeemvawda mannequin commented Feb 27, 2012

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.

@nadeemvawda nadeemvawda mannequin added tests Tests in the Lib/test dir OS-windows type-bug An unexpected behavior, bug, or error labels Feb 27, 2012
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Apr 3, 2013

I'm guessing this is a one off. As nobody is screaming or shouting can it be closed?

@bitdancer
Copy link
Member

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 :)

@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Jul 11, 2014

I've just taken a look at the Windows buildbots and can't find anything relevant to this so can we close it.

@zooba zooba closed this as completed Sep 10, 2019
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants