[New-bugs-announce] [issue15933] flaky test in test_datetime

Antoine Pitrou report at bugs.python.org
Wed Sep 12 18:20:16 CEST 2012


New submission from Antoine Pitrou:

Seen on a buildbot:

======================================================================
FAIL: test_today (test.datetimetester.TestSubclassDateTime_Fast)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/datetimetester.py", line 1009, in test_today
    abs(todayagain - today) < timedelta(seconds=0.5))
AssertionError: False is not true

http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.2/builds/1341/steps/test/logs/stdio

----------
components: Tests
keywords: easy
messages: 170401
nosy: belopolsky, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: flaky test in test_datetime
type: behavior
versions: Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list