diff tests/test-remotefilelog-bgprefetch.t @ 43854:612b4b63fb22 stable

remotefilelog: remove the `ensurestart` usage The option does not seems to do what we want since it does not wait on the background process actually starting (eg: taking the lock). And the race have been dealt with another way anyway. This effectively back out changeset 2c74337e6483. Differential Revision: https://phab.mercurial-scm.org/D7590
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 09 Dec 2019 12:29:46 +0100
parents 4f40dc190f63
children ee0959e7d435
line wrap: on
line diff
--- a/tests/test-remotefilelog-bgprefetch.t	Mon Dec 09 11:26:53 2019 +0100
+++ b/tests/test-remotefilelog-bgprefetch.t	Mon Dec 09 12:29:46 2019 +0100
@@ -1,11 +1,8 @@
 #require no-windows
 
   $ . "$TESTDIR/remotefilelog-library.sh"
-# devel.remotefilelog.ensurestart: reduce race condition with
-# waiton{repack/prefetch}
   $ cat >> $HGRCPATH <<EOF
   > [devel]
-  > remotefilelog.ensurestart=True
   > remotefilelog.bg-wait=True
   > EOF