On Thu, Jan 7, 2021, 4:45 PM William Dauchy <wdau...@gmail.com> wrote:

> On Thu, Jan 7, 2021 at 11:54 AM William Lallemand
> <wlallem...@haproxy.com> wrote:
> > These reg-tests are of types "slow" and "broken" not launched by the CI.
>
> thanks folks for your inputs. my vtest was indeed out of date.
> now I'm left with:
>
> ########################## Starting vtest ##########################
> Testing with haproxy version: 2.4-dev5-761d64-4
> #    top  TEST reg-tests/seamless-reload/abns_socket.vtc FAILED (2.194)
> exit=2
> 1 tests failed, 0 tests skipped, 107 tests passed
> ########################## Gathering results ##########################
> ###### Test case: reg-tests/seamless-reload/abns_socket.vtc ######
> ## test results in:
> "/tmp/haregtests-2021-01-07_12-38-36.OFayg8/vtc.132412.2a7ac563"
> ---- h1    Bad exit status: 0x0000 exit 0x0 signal 0 core 0
>
> but indeed:
> reg-tests/seamless-reload/abns_socket.vtc:#REGTEST_TYPE=broken
>
> maybe we should exclude them from a `make reg-tests` to avoid confusion?
> --
> William
>

They are excluded in ci builds
    - env VTEST_PROGRAM=../vtest/vtest gmake reg-tests
REGTESTS_TYPES=default,bug,devel || (for folder in /tmp/*regtest*/vtc.*; do
cat $folder/INFO $folder/LOG; done && exit

>

Reply via email to