[Request] [+ ] D11478: persistent-nodemap: use quiet upgrade in tests
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Tue Sep 21 21:50:21 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This make them less verbose while keeping the important information in the
checked output.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D11478
AFFECTED FILES
tests/test-persistent-nodemap.t
CHANGE DETAILS
diff --git a/tests/test-persistent-nodemap.t b/tests/test-persistent-nodemap.t
--- a/tests/test-persistent-nodemap.t
+++ b/tests/test-persistent-nodemap.t
@@ -631,7 +631,7 @@
compression: zlib zlib zlib (no-zstd !)
compression: zstd zstd zstd (zstd !)
compression-level: default default default
- $ hg debugupgraderepo --run --no-backup
+ $ hg debugupgraderepo --run --no-backup --quiet
upgrade will perform the following actions:
requirements
@@ -645,12 +645,6 @@
- changelog
- manifest
- beginning upgrade...
- repository locked and read-only
- creating temporary repository to stage upgraded data: $TESTTMP/test-repo/.hg/upgrade.* (glob)
- (it is safe to interrupt this process any time before data migration completes)
- downgrading repository to not use persistent nodemap feature
- removing temporary repository $TESTTMP/test-repo/.hg/upgrade.* (glob)
$ ls -1 .hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)'
00changelog-*.nd (glob)
00manifest-*.nd (glob)
@@ -681,7 +675,7 @@
compression: zlib zlib zlib (no-zstd !)
compression: zstd zstd zstd (zstd !)
compression-level: default default default
- $ hg debugupgraderepo --run --no-backup
+ $ hg debugupgraderepo --run --no-backup --quiet
upgrade will perform the following actions:
requirements
@@ -690,20 +684,11 @@
preserved: dotencode, exp-dirstate-v2, fncache, generaldelta, revlog-compression-zstd, revlogv1, sparserevlog, store (zstd dirstate-v2 !)
added: persistent-nodemap
- persistent-nodemap
- Speedup revision lookup by node id.
-
processed revlogs:
- all-filelogs
- changelog
- manifest
- beginning upgrade...
- repository locked and read-only
- creating temporary repository to stage upgraded data: $TESTTMP/test-repo/.hg/upgrade.* (glob)
- (it is safe to interrupt this process any time before data migration completes)
- upgrading repository to use persistent nodemap feature
- removing temporary repository $TESTTMP/test-repo/.hg/upgrade.* (glob)
$ ls -1 .hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)'
00changelog-*.nd (glob)
00changelog.n
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210921/3fcec7b8/attachment-0001.html>
More information about the Mercurial-patches
mailing list