[issue18376] show the effective count of process when running the testsuite

2021-10-12 Thread za


za  added the comment:

The patch seems outdated. Is the ticket still relevant?

--
nosy: +za

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18376] show the effective count of process when running the testsuite

2021-09-10 Thread Irit Katriel


Change by Irit Katriel :


--
keywords: +easy -patch
versions: +Python 3.11 -Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18376] show the effective count of process when running the testsuite

2013-07-24 Thread Ezio Melotti

Ezio Melotti added the comment:

LGTM.
This could go in 2.7 and 3.3 too IMHO.

--
nosy: +pitrou

___
Python tracker 

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



[issue18376] show the effective count of process when running the testsuite

2013-07-12 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
nosy: +ezio.melotti

___
Python tracker 

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



[issue18376] show the effective count of process when running the testsuite

2013-07-06 Thread Florent Xicluna

Changes by Florent Xicluna :


--
keywords: +patch
Added file: 
http://bugs.python.org/file30798/issue18376_regrtest_count_processes.diff

___
Python tracker 

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



[issue18376] show the effective count of process when running the testsuite

2013-07-06 Thread Florent Xicluna

Changes by Florent Xicluna :


--
stage: needs patch -> patch review

___
Python tracker 

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



[issue18376] show the effective count of process when running the testsuite

2013-07-06 Thread Florent Xicluna

New submission from Florent Xicluna:

It would be useful to display the number of processes used to run the test 
suite.

(some buildbots have multiple -j on the command line, and it is unclear which 
one is effective)

Proposal (on the third line):

== CPython 3.4.0a0 (default:6d278f426417, Jul 6 2013, 10:20:02) [GCC 4.2.1 
(Apple Inc. build 5666) (dot 3)]
==   Darwin-10.8.0-x86_64-i386-64bit little-endian
==   /Volumes/DATA/pydev/cpython/build/test_python_56822 (1 process)
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, 
dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, 
verbose=0, bytes_warning=2, quiet=0, hash_randomization=1)
Using random seed 9023960
[  1/375] test_epoll
[  2/375] test_tokenize
...

== CPython 3.4.0a0 (default:6d278f426417, Jul 6 2013, 10:20:02) [GCC 4.2.1 
(Apple Inc. build 5666) (dot 3)]
==   Darwin-10.8.0-x86_64-i386-64bit little-endian
==   /Volumes/DATA/pydev/cpython/build/test_python_56826 (4 processes)
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, 
dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, 
verbose=0, bytes_warning=2, quiet=0, hash_randomization=1)
Using random seed 9023960
[  1/375] test_epoll
[  2/375] test_tokenize
...

--
components: Tests
messages: 192408
nosy: flox
priority: normal
severity: normal
stage: needs patch
status: open
title: show the effective count of process when running the testsuite
type: enhancement
versions: Python 3.4

___
Python tracker 

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