##// END OF EJS Templates
remotefilelog-test: glob some flaky output line...
marmoute -
r44894:fca7caea stable
parent child Browse files
Show More
@@ -233,9 +233,18 b''
233 z2: not copying - file is not managed
233 z2: not copying - file is not managed
234 abort: no files to copy
234 abort: no files to copy
235 [255]
235 [255]
236 $ find $CACHEDIR -type f | sort
237 .. The following output line about files fetches is globed because it is
238 .. flaky, the core the test is checked when checking the cache dir, so
239 .. hopefully this flakyness is not hiding any actual bug.
236 $ hg revert -a -r 1 || true
240 $ hg revert -a -r 1 || true
237 3 files fetched over 1 fetches - (3 misses, 0.00% hit ratio) over * (glob)
241 ? files fetched over 1 fetches - (? misses, 0.00% hit ratio) over * (glob)
238 abort: z2@109c3a557a73: not found in manifest! (?)
242 abort: z2@109c3a557a73: not found in manifest! (?)
243 $ find $CACHEDIR -type f | sort
244 $TESTTMP/hgcache/master/11/f6ad8ec52a2984abaafd7c3b516503785c2072/ef95c5376f34698742fe34f315fd82136f8f68c0
245 $TESTTMP/hgcache/master/39/5df8f7c51f007019cb30201c49e884b46b92fa/69a1b67522704ec122181c0890bd16e9d3e7516a
246 $TESTTMP/hgcache/master/95/cb0bfd2977c761298d9624e4b4d4c72a39974a/076f5e2225b3ff0400b98c92aa6cdf403ee24cca
247 $TESTTMP/hgcache/repos
239
248
240 # warning when we have excess remotefilelog fetching
249 # warning when we have excess remotefilelog fetching
241
250
General Comments 0
You need to be logged in to leave comments. Login now