[issue13369] timeout with exit code 0 while re-running failed tests

Florent Xicluna report at bugs.python.org
Tue Nov 8 10:57:56 CET 2011


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

Seen on Windows 7 builder.

http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/3949

This build is considered <green> by buildbot.
Actually, the exit code should not be 0.


(...)
[360/360/4] test_descr
324 tests OK.
4 tests failed:
    test_distutils test_logging test_packaging test_pep277
6 tests altered the execution environment:
    test_multiprocessing test_site test_ssl test_subprocess
    test_sysconfig test_tcl
26 tests skipped:
    test_crypt test_curses test_dbm_gnu test_dbm_ndbm test_epoll
    test_fcntl test_fork1 test_gdb test_grp test_ioctl test_kqueue
    test_nis test_openpty test_ossaudiodev test_pipes test_poll
    test_posix test_pty test_pwd test_readline test_resource
    test_syslog test_threadsignals test_wait3 test_wait4
    test_zipfile64
2 skips unexpected on win32:
    test_gdb test_readline
Re-running failed tests in verbose mode
(...)
test_additional_fixers (packaging.tests.test_mixin2to3.Mixin2to3TestCase) ... ok
test_convert_code_only (packaging.tests.test_mixin2to3.Mixin2to3TestCase) ... program finished with exit code 0
elapsedTime=7325.264000

----------
components: Tests
keywords: buildbot
messages: 147280
nosy: flox
priority: low
severity: normal
stage: needs patch
status: open
title: timeout with exit code 0 while re-running failed tests
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list