[Request] [+ ] D11833: test: mark rhg output as flaky

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Tue Nov 30 23:53:12 UTC 2021


marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  rhg is not updating the dirstate on status yet, which make this part of the test
  flaky. This will be fixed soon.

REPOSITORY
  rHG Mercurial

BRANCH
  default

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

AFFECTED FILES
  tests/test-backout.t

CHANGE DETAILS

diff --git a/tests/test-backout.t b/tests/test-backout.t
--- a/tests/test-backout.t
+++ b/tests/test-backout.t
@@ -172,7 +172,9 @@
   $ hg status -A
   C c
   $ hg debugstate --no-dates
-  n 644         12 set                 c
+  n 644         12 set                 c (no-rhg !)
+  n 644         12 unset               c (?)
+  n 644         12 set                 c (?)
   $ hg backout -d '6 0' -m 'to be rollback-ed soon' -r .
   removing c
   adding b



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/20211130/11ad84ca/attachment-0001.html>


More information about the Mercurial-patches mailing list