[PATCH 2 of 7] tests: test https through http proxy

Mads Kiilerich mads at kiilerich.com
Wed Feb 16 11:35:35 CST 2011


On 02/16/2011 06:15 PM, Matt Mackall wrote:
> On Wed, 2011-02-16 at 04:41 +0100, Mads Kiilerich wrote:
>> # HG changeset patch
>> # User Mads Kiilerich<mads at kiilerich.com>
>> # Date 1297826891 -3600
>> # Node ID 48d6cce4f54c21df81d516a6b571d6aefe37b4df
>> # Parent  d0de7db258399c3f625ffbb40f9728778e97f2b9
>> tests: test https through http proxy
>>
>> These tests fails for me with Python 2.6(.nothing)
>
> I prefer not to intentionally add failing tests as they confuse
> bisection. Is there some point in the series where this starts working?

In the Python series?

http://www.selenic.com/pipermail/mercurial-devel/2010-November/025825.html 
indicates that it is a mess around 2.6.

http://selenic.com/repo/hg//rev/917cf6bb6d0c indicates that 2.6.3 made 
a difference.

I have no doubt that Debian and other distributions backported many 
fixes in this area and thus made it even harder to figure out what works 
and support it.

So I guess it will be feasible to support 2.6.3 or later. If the actual 
validation causes problems on earlier versions we can disable it for 
specific versions, but if it is caused by the refactorizations we are 
out of luck.

/Mads


More information about the Mercurial-devel mailing list