On Tue, Apr 16, 2019 at 02:41:07PM +0500, Илья Шипицин wrote: > hello, > > when I played with travis-ci, I've found the following > > 1) travis-ci uses ubuntu trusty, which comes with openssl-1.0.1, obviously > no ALPN. some reg-tests expect ALPN in curl > We probably shouldn't use curl in the reg-tests but that's complicated to do so for some of them.
For example, in reg-tests/compression/s00000.vtc, I don't know if we are able to do something like "--limit-rate 500k" with vtest. We should try to not use external binaries for those tests, or they won't be portable. > 2) tests do not check whether haproxy is built with USE_PCRE=1 (but they > assume that) > Did you try to add a REQUIRE_OPTIONS=PCRE in those tests? I think that should work. > thanks, > Ilya Shipitcin -- William Lallemand

