[issue1911] Tests won't run in parallel (1.4 regression)

Ingmar Vanhassel bugs at mercurial.selenic.com
Tue Nov 17 15:46:17 UTC 2009


New submission from Ingmar Vanhassel <ingmar at exherbo.org>:

With mercurial 1.4, tests no longer run in parallel. 

This is the error:
/usr/bin/python .run-tests.py -j4 --verbose --tmpdir="/var/tmp/paludis/build/dev-scm-mercurial-
1.4/temp/"
# Found prerequisite python at /usr/bin/python                                                                                                                                                                 
# Found prerequisite diff at /usr/bin/diff                                                                                                                                                                     
# Found prerequisite grep at /bin/grep                                                                                                                                                                         
# Found prerequisite unzip at /usr/bin/unzip                                                                                                                                                                   
# Found prerequisite gunzip at /bin/gunzip                                                                                                                                                                     
# Found prerequisite bunzip2 at /bin/bunzip2                                                                                                                                                                   
# Found prerequisite sed at /bin/sed                                                                                                                                                                           
error: temp dir '/var/tmp/paludis/build/dev-scm-mercurial-1.4/temp/' already exists            

This worked in mercurial 1.3.1.

Dropping -j4 to -j1 works, but I'd rather avoid that for our Exherbo packages, since mercurial 
tests are numerous, and and thus slow to run. :-)

----------
messages: 10999
nosy: ingmar
priority: bug
status: unread
title: Tests won't run in parallel (1.4 regression)

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue1911>
____________________________________________________


More information about the Mercurial-devel mailing list