[Python-apps-commits] r12874 - in packages/mercurial/trunk/debian (2 files)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sat Mar 5 12:08:54 UTC 2016


    Date: Saturday, March 5, 2016 @ 12:08:52
  Author: vicho
Revision: 12874

Don't run test-clonebundle.t when building.  Reproducible builds don't setup name resolution (Closes: #809770)

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/mercurial.test_blacklist

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2016-03-04 12:22:25 UTC (rev 12873)
+++ packages/mercurial/trunk/debian/changelog	2016-03-05 12:08:52 UTC (rev 12874)
@@ -1,3 +1,10 @@
+mercurial (3.7.2-2) UNRELEASED; urgency=medium
+
+  * Don't run test-clonebundle.t when building.  Reproducible builds don't
+    setup name resolution (Closes: #809770)
+
+ -- Javi Merino <vicho at debian.org>  Sat, 05 Mar 2016 11:46:48 +0000
+
 mercurial (3.7.2-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/mercurial/trunk/debian/mercurial.test_blacklist
===================================================================
--- packages/mercurial/trunk/debian/mercurial.test_blacklist	2016-03-04 12:22:25 UTC (rev 12873)
+++ packages/mercurial/trunk/debian/mercurial.test_blacklist	2016-03-05 12:08:52 UTC (rev 12874)
@@ -2,5 +2,22 @@
 # https://lists.debian.org/debian-wb-team/2016/03/msg00001.html
 test-parse-date.t
 
+# test-clonebundles.t fails in the reproducible-builds setup due to no
+#  name resolution:
+# --- /build/mercurial-3.7.2/tests/test-clonebundles.t
+# +++ /build/mercurial-3.7.2/tests/test-clonebundles.t.err
+# @@ -52,7 +52,7 @@
+#    $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest
+#    $ hg clone http://localhost:$HGPORT 404-url
+#    applying clone bundle from http://does.not.exist/bundle.hg
+# -  error fetching bundle: (.* not known|getaddrinfo failed) (re)
+# +  error fetching bundle: Temporary failure in name resolution
+#    abort: error applying bundle
+#    (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
+#    [255]
+#
+# ERROR: test-clonebundles.t output changed
+test-clonebundles.t
+
 # upstream don't run this test and it only fails when pyflakes is installed
 test-check-pyflakes.t




More information about the Python-apps-commits mailing list