Mercurial > hg
comparison tests/test-remotefilelog-repack.t @ 43853:4f40dc190f63 stable
remotefilelog: remove most of the debugwait* command in the tests
Since we use a dedicated developer config, we do not need them anymore.
Differential Revision: https://phab.mercurial-scm.org/D7589
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 09 Dec 2019 11:26:53 +0100 |
parents | fac25de8cbec |
children | 612b4b63fb22 |
comparison
equal
deleted
inserted
replaced
43852:b6c7475595db | 43853:4f40dc190f63 |
---|---|
151 $TESTTMP/hgcache/master/packs/8abe7889aae389337d12ebe6085d4ee13854c7c9.histpack | 151 $TESTTMP/hgcache/master/packs/8abe7889aae389337d12ebe6085d4ee13854c7c9.histpack |
152 $TESTTMP/hgcache/repos | 152 $TESTTMP/hgcache/repos |
153 | 153 |
154 $ hg repack --background | 154 $ hg repack --background |
155 (running background repack) | 155 (running background repack) |
156 $ hg debugwaitonrepack >/dev/null 2>&1 | |
157 $ find $CACHEDIR -type f | sort | 156 $ find $CACHEDIR -type f | sort |
158 $TESTTMP/hgcache/master/packs/39443fa1064182e93d968b5cba292eb5283260d0.dataidx | 157 $TESTTMP/hgcache/master/packs/39443fa1064182e93d968b5cba292eb5283260d0.dataidx |
159 $TESTTMP/hgcache/master/packs/39443fa1064182e93d968b5cba292eb5283260d0.datapack | 158 $TESTTMP/hgcache/master/packs/39443fa1064182e93d968b5cba292eb5283260d0.datapack |
160 $TESTTMP/hgcache/master/packs/604552d403a1381749faf656feca0ca265a6d52c.histidx | 159 $TESTTMP/hgcache/master/packs/604552d403a1381749faf656feca0ca265a6d52c.histidx |
161 $TESTTMP/hgcache/master/packs/604552d403a1381749faf656feca0ca265a6d52c.histpack | 160 $TESTTMP/hgcache/master/packs/604552d403a1381749faf656feca0ca265a6d52c.histpack |
369 $ hg pull | 368 $ hg pull |
370 pulling from ssh://user@dummy/master | 369 pulling from ssh://user@dummy/master |
371 searching for changes | 370 searching for changes |
372 no changes found | 371 no changes found |
373 (running background incremental repack) | 372 (running background incremental repack) |
374 $ hg debugwaitonrepack >/dev/null 2>&1 | |
375 $ ls_l $TESTTMP/hgcache/master/packs/ | grep datapack | 373 $ ls_l $TESTTMP/hgcache/master/packs/ | grep datapack |
376 -r--r--r-- 303 156a6c1c83aeb69422d7936e0a46ba9bc06a71c0.datapack | 374 -r--r--r-- 303 156a6c1c83aeb69422d7936e0a46ba9bc06a71c0.datapack |
377 $ ls_l $TESTTMP/hgcache/master/packs/ | grep histpack | 375 $ ls_l $TESTTMP/hgcache/master/packs/ | grep histpack |
378 -r--r--r-- 336 604552d403a1381749faf656feca0ca265a6d52c.histpack | 376 -r--r--r-- 336 604552d403a1381749faf656feca0ca265a6d52c.histpack |
379 | 377 |