Mercurial > hg
diff tests/test-export.t @ 28620:759d167f75cf
run-tests: use different chg socket directories for different tests
Before this patch, if --chg or --with-chg is specified, all tests are using
the same chgserver socket. Since the chg client holds a lock when it starts a
new server, and every test needs at least a new chg server due to different
HGRCPATH affecting the confighash, the result is a lot of tests will be
timed out if -j is large (for example, 50 or 100).
This patch solves the issue by using different chg socket directories for
different tests.
author | Jun Wu <quark@fb.com> |
---|---|
date | Sun, 20 Mar 2016 17:18:06 -0700 |
parents | 7e2495bf0ad8 |
children | e5c61e745cd7 |