comparison tests/test-lfs-serve-access.t @ 44274:87167caa2989

lfs: enable workers by default With the stall issue seemingly fixed, there's no reason not to use workers. The setting is left for now to keep the test output deterministic, and in case other issues come up. If none do, this can be converted to a developer setting for usage with the tests. Differential Revision: https://phab.mercurial-scm.org/D7963
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 21 Jan 2020 11:40:15 -0500
parents bf5a73243cd5
children edc8504bc26b
comparison
equal deleted inserted replaced
44273:43eea17ae7b3 44274:87167caa2989
15 tell the client to store files elsewhere. 15 tell the client to store files elsewhere.
16 16
17 $ hg init server 17 $ hg init server
18 $ hg --config "lfs.usercache=$TESTTMP/servercache" \ 18 $ hg --config "lfs.usercache=$TESTTMP/servercache" \
19 > --config experimental.lfs.serve=False -R server serve -d \ 19 > --config experimental.lfs.serve=False -R server serve -d \
20 > --config experimental.lfs.worker-enable=False \
20 > -p $HGPORT --pid-file=hg.pid -A $TESTTMP/access.log -E $TESTTMP/errors.log 21 > -p $HGPORT --pid-file=hg.pid -A $TESTTMP/access.log -E $TESTTMP/errors.log
21 $ cat hg.pid >> $DAEMON_PIDS 22 $ cat hg.pid >> $DAEMON_PIDS
22 23
23 Uploads fail... 24 Uploads fail...
24 25