test-https.t failure over cacerts warning

Matt Mackall mpm at selenic.com
Tue Mar 15 22:26:02 CDT 2011


On Tue, 2011-03-15 at 22:01 -0400, Greg Ward wrote:
> Hi --
> 
> I'm getting slightly different test failures from test-https.t in
> recent changesets on default.
> 
> Here's the first failure:
> 
>   --- /home/greg/src/hg-crew/tests/test-https.t 
>   +++ /home/greg/src/hg-crew/tests/test-https.t.err 
>   @@ -121,6 +121,7 @@
>      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)
>      updating to branch default
>      4 files updated, 0 files merged, 0 files removed, 0 files unresolved
>   +  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)
>      $ hg verify -R copy-pull
>      checking changesets
>      checking manifests
>   !
>   Failed test-https.t: output changed
> 
> I bisected this and the culprit is:
> 
>   changeset:   13604:3f6a4579f803
>   user:        David Soria Parra <dsp at php.ne>t
>   date:        Sun Mar 13 12:24:17 2011 +0100
>   summary:     hg: add support for cloning bookmarks
> 
> But more recent changesets have a related but slightly different failure:
> 
>   --- /home/greg/src/hg-crew/tests/test-https.t 
>   +++ /home/greg/src/hg-crew/tests/test-https.t.err 
>   @@ -118,7 +118,6 @@
>      adding manifests
>      adding file changes
>      added 1 changesets with 4 changes to 4 files
>   -  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)
>      updating to branch default
>      4 files updated, 0 files merged, 0 files removed, 0 files unresolved
>      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)
>   !
>   Failed test-https.t: output changed
> 
> This time, the culprit is:
> 
>   changeset:   13648:31eac42d9123
>   user:        David Soria Parra <dsp at php.net>
>   date:        Mon Mar 14 00:10:43 2011 +0100
>   summary:     bookmarks: separate bookmarks update code from localrepo's pull.
> 
> David... is your machine showing the exact opposite behaviour of my
> machine with the cacerts warning?  Or is this just simple human error?

I'm not getting these, but maybe my Python is too old.

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list