Debugging parallel nose tests?

Roy Smith roy at panix.com
Thu May 23 21:44:07 EDT 2013


In article <mailman.2027.1369333910.3114.python-list at python.org>,
 Dave Angel <davea at davea.name> wrote:

> On 05/23/2013 09:09 AM, Roy Smith wrote:
> >
> >      <SNIP>
> >
> > nosetests --process-timeout=60 --processes=40 test_api.py
> >
> 
> Do you have a 40-processor system?

No, but many of the tests are I/O bound.

> And do you have enough RAM to run all of those processes?

Yes.  The box I'm on now has 8 gig.  I'd doing a 40 process run right 
now, and I've still got 1/2 gig free.



More information about the Python-list mailing list