Hi, On Sun, 10 May 2009, Linus Torvalds wrote: > Some of the SVN tests seem to sometimes randomly fail when done in > parallel This is probably the problem that the SVN "server" is not set up per-testcase, but globally. (I am speaking from memory here, it might be possible that this was fixed already.) > [ Side note: the success output of "make test" makes it almost impossible > to debug the error cases when you do that "make -j64" thing. There are left-over trash directories. (Another indicator are the files in t/test-results/.) My common workflow is to "make -j50 && make -j50 -k test", and if it fails, run only those tests that have left-over trash directories. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html