Yes I saw that condition later. I think it could be done for http1.1 but is
it a good idea to skip tests?

On Mon, Jan 7, 2019 at 4:14 PM Walt Karas <wka...@oath.com.invalid> wrote:

> Many have this to skip if no http2 support but I don't know if it can
> be use to test support for http1.1 :
>
> # need Curl
> Test.SkipUnless(
>     Condition.HasProgram("curl", "Curl need to be installed on system
> for this test to work"),
>     Condition.HasCurlFeature('http2')
> )
>
> On Mon, Jan 7, 2019 at 4:58 PM Pushkar Pradhan
> <pprad...@oath.com.invalid> wrote:
> >
> > I tried running the autests on the master branch and saw many many
> failures.
> > Most of them failed because my RHEL box doesn't have a recent curl that
> > supports http1.1 option.
> > The fix was obvious but I got no warning about this, I had to figure this
> > out.
> >
> > Would it be reasonable to include and build the latest curl sources?
> > Just like how we include yaml-cpp.
> > --
> > pushkar
>


-- 
pushkar

Reply via email to