Skip to content
Snippets Groups Projects
Commit 7a79548954b3 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

tests: explicitly skip the lock warning in some remotefilelog tests

The output was conditional zed, so lets official skip it instead.

Differential Revision: https://phab.mercurial-scm.org/D9505
parent d72378f93a44
No related branches found
No related tags found
No related merge requests found
......@@ -271,9 +271,7 @@
$ hg up -r 3
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ clearcache
$ hg prefetch --repack
waiting for lock on prefetching in $TESTTMP/shallow held by process * on host * (glob) (?)
got lock after * seconds (glob) (?)
$ hg prefetch --repack --config ui.timeout.warn=-1
(running background incremental repack)
* files fetched over 1 fetches - (* misses, 0.00% hit ratio) over *s (glob) (?)
......@@ -312,9 +310,7 @@
# Check that foreground prefetch fetches revs specified by '. + draft() + bgprefetchrevs + pullprefetch'
$ clearcache
$ hg prefetch --repack
waiting for lock on prefetching in $TESTTMP/shallow held by process * on host * (glob) (?)
got lock after * seconds (glob) (?)
$ hg prefetch --repack --config ui.timeout.warn=-1
(running background incremental repack)
* files fetched over 1 fetches - (* misses, 0.00% hit ratio) over *s (glob) (?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment