[New-bugs-announce] [issue20249] test_posix.test_initgroups fails when running with no supplementary groups

Chris Angelico report at bugs.python.org
Tue Jan 14 05:07:37 CET 2014


New submission from Chris Angelico:

When tests are run from an Upstart job in a minimal environment, test_posix.test_initgroups fails as it attempts to find the max() of an empty list of supplementary groups.

Problem sighted with 2.7, 3.3, and 3.x branches. Patch derived from 3.x (default branch), applies cleanly to 2.7 and 3.3 as well.

----------
components: Tests
files: test_posix.patch
keywords: patch
messages: 208069
nosy: Rosuav
priority: normal
severity: normal
status: open
title: test_posix.test_initgroups fails when running with no supplementary groups
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file33455/test_posix.patch

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


More information about the New-bugs-announce mailing list