D7112: tests: stabilize test-eol-update on Windows

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Wed Oct 16 02:08:43 UTC 2019


mharbison72 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  These appeared in the recent eol fix series.  I'm not sure about the identity
  mismatch warning- it seems like a general timing issue, because it happened on
  the first run but not when run with `--loop`.  The buildbot also flagged this.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D7112

AFFECTED FILES
  tests/test-eol-update.t

CHANGE DETAILS

diff --git a/tests/test-eol-update.t b/tests/test-eol-update.t
--- a/tests/test-eol-update.t
+++ b/tests/test-eol-update.t
@@ -250,6 +250,7 @@
   eol: detected change in .hgeol
   filtering .hgeol through isbinary
   filtering a.txt through tolf
+  skip updating dirstate: identity mismatch (?)
   $ hg diff
 
 Things were clean, and updating again will not change anything:
@@ -263,6 +264,7 @@
    branchmerge: False, force: True, partial: False
    ancestor: 15cbdf8ca3db+, local: 15cbdf8ca3db+, remote: 15cbdf8ca3db
   calling hook preupdate.eol: hgext.eol.preupdate
+  starting 4 threads for background file closing (?)
   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
   $ touch .hgeol *



To: mharbison72, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list