[PATCH 1 of 4 V2] test-upgrade-repo: glob away timing values

Matt Harbison mharbison72 at gmail.com
Sun Dec 10 01:57:08 UTC 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1512704119 18000
#      Thu Dec 07 22:35:19 2017 -0500
# Node ID 4b10e004880255c9e8a9cc64fa7f4b85ab2925a8
# Parent  9eb19b13e92a44675812e27c91bf575f48abbf9d
test-upgrade-repo: glob away timing values

diff --git a/tests/test-upgrade-repo.t b/tests/test-upgrade-repo.t
--- a/tests/test-upgrade-repo.t
+++ b/tests/test-upgrade-repo.t
@@ -447,7 +447,7 @@
   starting in-place swap of repository data
   replaced files will be backed up at $TESTTMP/store-filenames/.hg/upgradebackup.* (glob)
   replacing store...
-  store replacement complete; repository was inconsistent for 0.0s
+  store replacement complete; repository was inconsistent for *s (glob)
   finalizing requirements file and making repository readable again
   removing temporary repository $TESTTMP/store-filenames/.hg/upgrade.* (glob)
   copy of old repository backed up at $TESTTMP/store-filenames/.hg/upgradebackup.* (glob)
@@ -501,7 +501,7 @@
   starting in-place swap of repository data
   replaced files will be backed up at $TESTTMP/largefilesrepo/.hg/upgradebackup.* (glob)
   replacing store...
-  store replacement complete; repository was inconsistent for 0.0s
+  store replacement complete; repository was inconsistent for *s (glob)
   finalizing requirements file and making repository readable again
   removing temporary repository $TESTTMP/largefilesrepo/.hg/upgrade.* (glob)
   copy of old repository backed up at $TESTTMP/largefilesrepo/.hg/upgradebackup.* (glob)
@@ -589,7 +589,7 @@
   starting in-place swap of repository data
   replaced files will be backed up at $TESTTMP/localconfig/.hg/upgradebackup.* (glob)
   replacing store...
-  store replacement complete; repository was inconsistent for 0.0s
+  store replacement complete; repository was inconsistent for *s (glob)
   finalizing requirements file and making repository readable again
   removing temporary repository $TESTTMP/localconfig/.hg/upgrade.* (glob)
   copy of old repository backed up at $TESTTMP/localconfig/.hg/upgradebackup.* (glob)


More information about the Mercurial-devel mailing list