good! ср, 24 апр. 2019 г. в 20:30, Tim Düsterhus <[email protected]>:
> Ilya, > > yes I did. I runs only for failures and dumps only the failed tests. I > changed it that way compared to -v for VTest, to make it easier to see the > failed tests at a quick glance without scrolling through tons of logs. The > details can then be found collapsed at the bottom. > > Best regards > Tim Düsterhus > > Am 24.04.2019 16:59 schrieb Илья Шипицин <[email protected]>: > > Tim, I'm bit curious about > > after_failure: > - | > for folder in ${TMPDIR:-/tmp}/*regtest*/vtc.*; do > cat $folder/INFO > cat $folder/LOG > done > > > did you try it in action ? travis-ci logs are limited to few megabytes, I > guess 4 or so. > > if log is getting bigger, build simply stops > > > ср, 24 апр. 2019 г. в 19:21, Илья Шипицин <[email protected]>: > > here's "v2" > > ср, 24 апр. 2019 г. в 18:56, Илья Шипицин <[email protected]>: > > I can test myself and send "v2" in couple of hours if you do not mind > > ср, 24 апр. 2019 г. в 18:48, Tim Düsterhus <[email protected]>: > > Willy, > Ilya, > > I'm not in the office today and can only test it myself starting tomorrow, > but what Ilya says should be correct: > > My v2 patch in this thread can be applied without the > > env: TARGET=linux2628 FLAGS="USE_ZLIB=1 USE_PCRE=1 USE_LUA=1 USE_OPENSSL=1" > > line in allow_failures. The os: osx line needs to remain for now, because > of some non-regression failures in the reg tests. > > Best regards > Tim Düsterhus > > Am 24.04.2019 15:06 schrieb Илья Шипицин <[email protected]>: > > I'd accept "Extend .travis.yml" patch except "allow_failures" > > Tim, do you mind to send "v2" ? > > ср, 24 апр. 2019 г. в 17:45, Willy Tarreau <[email protected]>: > > Hi Ilya, > > On Tue, Apr 23, 2019 at 09:37:27PM +0200, Willy Tarreau wrote: > > On Wed, Apr 24, 2019 at 12:30:36AM +0500, ???? ??????? wrote: > > > > > http://git.haproxy.org/?p=haproxy.git;a=commit;h=333939c2eee8f9dbfe11f66073e52892b38347e7 > > > > > > > > This one was just found and fixed by Fred. Just pushed as commit > bed883ab. > > > > > > > > > > there're seem to be more regressions. I can run newest reg-tests > against > > > parent of that commit, but they fail on bed883ab > > > > OK. Thank you Ilya. At this point I have no idea since I don't see > > these ones. > > So now in addition to Fred's fix above, we have an early close fixed by > Christopher yesterday evening, the SSL issues fixes today by Olivier and > the deadlock on round-robin that I just fixed. And the tests now report > a success : > > https://travis-ci.com/haproxy/haproxy/builds/109434799 > > So we're getting better it seems! I'll let you and Tim determine what > needs to be adjusted/improved in the travis config file for next steps. > > Cheers, > Willy > > > >

