[Bug 4500] New: Mac OS X 10.10 test failure with Python 2.7.8

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Jan 15 04:42:36 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4500

          Priority: normal
            Bug ID: 4500
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Mac OS X 10.10 test failure with Python 2.7.8
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: sean.michael.farley at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: default branch
         Component: Mercurial
           Product: Mercurial

Bisection says b2358bc1407c introduced this error with Python 2.7.9.


--- /Users/sean/projects/hg/tests/test-https.t
+++ /Users/sean/projects/hg/tests/test-https.t.err
@@ -121,15 +121,6 @@
   $ DISABLEOSXDUMMYCERT=
 #if osx
   $ hg clone https://localhost:$HGPORT/ copy-pull
-  abort: error: *certificate verify failed* (glob)
-  [255]
-
-  $ DISABLEOSXDUMMYCERT="--config=web.cacerts="
-#endif
-
-clone via pull
-
-  $ hg clone https://localhost:$HGPORT/ copy-pull $DISABLEOSXDUMMYCERT
   warning: localhost certificate with fingerprint
91:4f:1a:ff:87:24:9c:09:b6:85:9b:88:b1:90:6d:30:75:64:91:ca not verified (check
hostfingerprints or web.cacerts config setting)
   requesting all changes
   adding changesets
@@ -138,6 +129,16 @@
   added 1 changesets with 4 changes to 4 files
   updating to branch default
   4 files updated, 0 files merged, 0 files removed, 0 files unresolved
+
+  $ DISABLEOSXDUMMYCERT="--config=web.cacerts="
+#endif
+
+clone via pull
+
+  $ hg clone https://localhost:$HGPORT/ copy-pull $DISABLEOSXDUMMYCERT
+  warning: localhost certificate with fingerprint
91:4f:1a:ff:87:24:9c:09:b6:85:9b:88:b1:90:6d:30:75:64:91:ca not verified (check
hostfingerprints or web.cacerts config setting)
+  abort: destination 'copy-pull' is not empty
+  [255]
   $ hg verify -R copy-pull
   checking changesets
   checking manifests

ERROR: test-https.t output changed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list