[New-bugs-announce] [issue19059] test_posix failure on OS X snow leopord buildbot

R. David Murray report at bugs.python.org
Sat Sep 21 00:32:24 CEST 2013


New submission from R. David Murray:

The new OS X buildbot is failing in test_posix:

======================================================================
FAIL: test_getgroups (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_posix.py", line 734, in test_getgroups
    set(posix.getgroups() + [posix.getegid()]))
AssertionError: Items in the second set but not the first:
1

I can't reproduce this at the command line, so it probably has something to do with the fact that buildbot is running in daemon mode.

----------
components: Tests
keywords: buildbot
messages: 198177
nosy: r.david.murray
priority: normal
severity: normal
status: open
title: test_posix failure on OS X snow leopord buildbot
versions: Python 3.4

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


More information about the New-bugs-announce mailing list