[Updated] D11253: test: disable test-subrepo-git.t in python2 + chg

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Thu Aug 5 07:36:04 UTC 2021


Closed by commit rHG580bca200874: test: disable test-subrepo-git.t in python2 + chg (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11253?vs=29792&id=29799

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11253/new/

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

AFFECTED FILES
  tests/test-subrepo-git.t

CHANGE DETAILS

diff --git a/tests/test-subrepo-git.t b/tests/test-subrepo-git.t
--- a/tests/test-subrepo-git.t
+++ b/tests/test-subrepo-git.t
@@ -1,5 +1,20 @@
 #require git
 
+# XXX-CHG When running with python2 + chg this test tend to get stuck and end up
+# as a time-out error. My effort to reproduce this outside of the CI failed. The
+# test itself seems to pass fine, but never "complete". Debugging it is slow and
+# tedious. This as a bad impact on the development process as most CI run end up
+# wasting abotu 1h until that one fails.
+#
+# Pierre-Yves David, Augie Fackler and Raphaël Gomès all agreed to disable this
+# case in that specific case until we figure this out (or we drop python2 o:-) )
+
+#if no-py3 chg
+  $ echo 'skipped: this test get stuck on the CI with python2 + chg. investigation needed'
+  $ exit 80
+#endif
+
+
 make git commits repeatable
 
   $ cat >> $HGRCPATH <<EOF



To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210805/1077bada/attachment-0002.html>


More information about the Mercurial-patches mailing list