[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-21 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 7a9ea3d08f51 by Serhiy Storchaka in branch '2.7':
Issue #17248: Fix os.*chown() testing when user is in root group.
http://hg.python.org/cpython/rev/7a9ea3d08f51

New changeset 0f7383e6ced7 by Serhiy Storchaka in branch '3.2':
Issue #17248: Fix os.*chown() testing when user is in root group.
http://hg.python.org/cpython/rev/0f7383e6ced7

New changeset a4e348c4b5d3 by Serhiy Storchaka in branch '3.3':
Issue #17248: Fix os.*chown() testing when user is in root group.
http://hg.python.org/cpython/rev/a4e348c4b5d3

New changeset d49685548a7a by Serhiy Storchaka in branch 'default':
Issue #17248: Fix os.*chown() testing when user is in root group.
http://hg.python.org/cpython/rev/d49685548a7a

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17248
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-21 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17248
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 0383a54347ea by Serhiy Storchaka in branch '2.7':
Issue #17248: Fix os.*chown() testing when user has group root.
http://hg.python.org/cpython/rev/0383a54347ea

New changeset a49bbaadce67 by Serhiy Storchaka in branch '3.2':
Issue #17248: Fix os.*chown() testing when user has group root.
http://hg.python.org/cpython/rev/a49bbaadce67

New changeset 96b4acb253f8 by Serhiy Storchaka in branch '3.3':
Issue #17248: Fix os.*chown() testing when user has group root.
http://hg.python.org/cpython/rev/96b4acb253f8

New changeset 8c11bbdbac09 by Serhiy Storchaka in branch 'default':
Issue #17248: Fix os.*chown() testing when user has group root.
http://hg.python.org/cpython/rev/8c11bbdbac09

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17248
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Fixed.

--
assignee:  - serhiy.storchaka
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17248
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread R. David Murray

R. David Murray added the comment:

Unfortunately, no it isn't.

root isn't my primary group, it just one of the groups I belong to.

--
status: closed - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17248
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

What about this patch?

--
keywords: +patch
Added file: http://bugs.python.org/file29135/test_posix_chown_root_group.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17248
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-20 Thread R. David Murray

R. David Murray added the comment:

That works.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17248
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17248] test_posix chown -1, 0 tests fail if user has group root

2013-02-19 Thread R. David Murray

New submission from R. David Murray:

I'm a member of group root, and the _test_all_chown_common tests that use -1, 0 
fail for me, because I'm allowed to set group root on a file.

--
components: Tests
messages: 182461
nosy: r.david.murray, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: test_posix chown -1, 0 tests fail if user has group root
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17248
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com