##// END OF EJS Templates
test: stabilize test-remotefilelog-bgprefetch.t flaky output...
Boris Feld -
r41909:1c4d6ab2 default
parent child Browse files
Show More
@@ -105,6 +105,7 b''
105 $ hg debugwaitonprefetch >/dev/null 2>%1
105 $ hg debugwaitonprefetch >/dev/null 2>%1
106 $ sleep 0.5
106 $ sleep 0.5
107 $ hg debugwaitonrepack >/dev/null 2>%1
107 $ hg debugwaitonrepack >/dev/null 2>%1
108 $ sleep 0.5
108 $ find $CACHEDIR -type f | sort
109 $ find $CACHEDIR -type f | sort
109 $TESTTMP/hgcache/master/packs/6e8633deba6e544e5f8edbd7b996d6e31a2c42ae.histidx
110 $TESTTMP/hgcache/master/packs/6e8633deba6e544e5f8edbd7b996d6e31a2c42ae.histidx
110 $TESTTMP/hgcache/master/packs/6e8633deba6e544e5f8edbd7b996d6e31a2c42ae.histpack
111 $TESTTMP/hgcache/master/packs/6e8633deba6e544e5f8edbd7b996d6e31a2c42ae.histpack
@@ -193,6 +194,7 b''
193 $ hg debugwaitonprefetch >/dev/null 2>%1
194 $ hg debugwaitonprefetch >/dev/null 2>%1
194 $ sleep 1
195 $ sleep 1
195 $ hg debugwaitonrepack >/dev/null 2>%1
196 $ hg debugwaitonrepack >/dev/null 2>%1
197 $ sleep 1
196 $ find $CACHEDIR -type f | sort
198 $ find $CACHEDIR -type f | sort
197 $TESTTMP/hgcache/master/packs/8f1443d44e57fec96f72fb2412e01d2818767ef2.histidx
199 $TESTTMP/hgcache/master/packs/8f1443d44e57fec96f72fb2412e01d2818767ef2.histidx
198 $TESTTMP/hgcache/master/packs/8f1443d44e57fec96f72fb2412e01d2818767ef2.histpack
200 $TESTTMP/hgcache/master/packs/8f1443d44e57fec96f72fb2412e01d2818767ef2.histpack
@@ -243,6 +245,7 b''
243 $ hg debugwaitonprefetch >/dev/null 2>%1
245 $ hg debugwaitonprefetch >/dev/null 2>%1
244 $ sleep 1
246 $ sleep 1
245 $ hg debugwaitonrepack >/dev/null 2>%1
247 $ hg debugwaitonrepack >/dev/null 2>%1
248 $ sleep 1
246
249
247 # Ensure that file 'y' was prefetched - it was not part of the rebase operation and therefore
250 # Ensure that file 'y' was prefetched - it was not part of the rebase operation and therefore
248 # could only be downloaded by the background prefetch
251 # could only be downloaded by the background prefetch
General Comments 0
You need to be logged in to leave comments. Login now