[issue12763] test_posix failure on OpenIndiana

2011-09-09 Thread Jesús Cea Avión

Jesús Cea Avión j...@jcea.es added the comment:

This fix is incorrect. It is ignoring a common case (a process running under a 
Solaris Zone) completelly.

Since the intention of the test is to check the access to the scheduling 
information of a different process, I change it to access the parent, instead 
of a hardcoded init.

I take care of this.

--
assignee: benjamin.peterson - jcea
nosy: +jcea

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



[issue12763] test_posix failure on OpenIndiana

2011-09-09 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset dba886806eb3 by Jesus Cea in branch 'default':
Better fix for #12763: test_posix failure on OpenIndiana
http://hg.python.org/cpython/rev/dba886806eb3

--

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



[issue12763] test_posix failure on OpenIndiana

2011-09-09 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 9ef10328180b by Jesus Cea in branch 'default':
Yet another fix for #12763: test_posix failure on OpenIndiana
http://hg.python.org/cpython/rev/9ef10328180b

--

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



[issue12763] test_posix failure on OpenIndiana

2011-08-16 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@free.fr:

http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.x/builds/1826/steps/test/logs/stdio

==
ERROR: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester)
--
Traceback (most recent call last):
  File 
/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/test_posix.py,
 line 863, in test_get_and_set_scheduler_and_param
init = posix.sched_getscheduler(1)
OSError: [Errno 3] No such process

--
assignee: benjamin.peterson
components: Library (Lib), Tests
messages: 142209
nosy: benjamin.peterson, pitrou
priority: normal
severity: normal
status: open
title: test_posix failure on OpenIndiana
type: performance
versions: Python 3.3

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



[issue12763] test_posix failure on OpenIndiana

2011-08-16 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
type: performance - behavior

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



[issue12763] test_posix failure on OpenIndiana

2011-08-16 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 09f2ddd3d15a by Benjamin Peterson in branch 'default':
some *nixes decided not to call init process 1 (closes #12763)
http://hg.python.org/cpython/rev/09f2ddd3d15a

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

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