This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_posix failure on the Leopard buildbot
Type: behavior Stage: resolved
Components: Library (Lib), Tests Versions: Python 3.1, Python 3.2, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: posix.getgroups() failure on Mac OS X
View: 7900
Assigned To: Nosy List: ixokai, ned.deily, pitrou, ronaldoussoren
Priority: critical Keywords:

Created on 2011-02-04 23:12 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg127950 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-02-04 23:12
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
msg127951 - (view) Author: Stephen Hansen (ixokai) (Python triager) Date: 2011-02-04 23:33
This is just http://bugs.python.org/issue7900 all over again.

In the meantime, I restarted the buildslave and re-submitted the jobs so the failures should go away. (I still advocate that the test is fundamentally wrong/flawed on Mac and should be disabled at least -- but that discussion is over on issue7900).
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55333
2011-02-05 09:29:06ned.deilysetstatus: open -> closed
nosy: ixokai, ronaldoussoren, pitrou, ned.deily
superseder: posix.getgroups() failure on Mac OS X
resolution: duplicate
stage: resolved
2011-02-04 23:33:33ixokaisetnosy: ixokai, ronaldoussoren, pitrou, ned.deily
messages: + msg127951
2011-02-04 23:12:21pitroucreate