[issue11124] test_posix failure on the Leopard buildbot

Antoine Pitrou report at bugs.python.org
Sat Feb 5 00:12:21 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

test_posix has started failing deterministically on the Leopard buildbot. Stephen, did you change something in its configuration?

http://www.python.org/dev/buildbot/all/builders/AMD64%20Leopard%203.x/builds/786/steps/test/logs/stdio


======================================================================
FAIL: test_getgroups (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86-2/build/Lib/test/test_posix.py", line 390, in test_getgroups
    set(posix.getgroups() + [posix.getegid()]))
AssertionError: Items in the first set but not the second:
108

----------
components: Library (Lib), Tests
messages: 127950
nosy: ixokai, ned.deily, pitrou, ronaldoussoren
priority: critical
severity: normal
status: open
title: test_posix failure on the Leopard buildbot
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list