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.
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:12 | admin | set | github: 55333 |
| 2011年02月05日 09:29:06 | ned.deily | set | status: 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:33 | ixokai | set | nosy:
ixokai, ronaldoussoren, pitrou, ned.deily messages: + msg127951 |
| 2011年02月04日 23:12:21 | pitrou | create | |