REGTEST/MINOR: skip seamless-reload test with abns socket on freebsd
abns sockets are not available on freebsd as such mark the test to skip this OS and expose-fd was implemented first in 1.8 so require that
This commit is contained in:
parent
ac1ce6f9b8
commit
e6b11e1c73
|
@ -11,6 +11,11 @@
|
||||||
varnishtest "Seamless reload issue with abns sockets"
|
varnishtest "Seamless reload issue with abns sockets"
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
|
# expose-fd is available starting at version 1.8
|
||||||
|
#REQUIRE_VERSION=1.8
|
||||||
|
# abns@ sockets are not available on freebsd
|
||||||
|
#EXCLUDE_TARGETS=freebsd
|
||||||
|
|
||||||
haproxy h1 -W -conf {
|
haproxy h1 -W -conf {
|
||||||
global
|
global
|
||||||
stats socket ${tmpdir}/h1/stats level admin expose-fd listeners
|
stats socket ${tmpdir}/h1/stats level admin expose-fd listeners
|
||||||
|
|
Loading…
Reference in New Issue