Hi List, Willy,
Added below to the reg-tests/seamless-reload/b00000.vtc, I'm sure there
are other targets to be excluded, but I'm not sure which. Or should i
have listed 'all' targets except the 5 linux22 - linux2628 specific
versions to be excluded? Only thing I know for sure it doesn't work on
FreeBSD currently.. I can re-spin the patch with all non-linux targets
listed if desired.
# expose-fd is available starting at version 1.8
#REQUIRE_VERSION=1.8
# abns@ sockets are not available on freebsd
#EXCLUDE_TARGETS=freebsd
Regards,
PiBa-NL (Pieter)
From 3ef9f57b274b350b69d747f8f92fedfb8d283092 Mon Sep 17 00:00:00 2001
From: PiBa-NL <[email protected]>
Date: Sat, 8 Dec 2018 20:51:16 +0100
Subject: [PATCH] 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
---
reg-tests/seamless-reload/b00000.vtc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/reg-tests/seamless-reload/b00000.vtc
b/reg-tests/seamless-reload/b00000.vtc
index 498e0c61..8f7acf64 100644
--- a/reg-tests/seamless-reload/b00000.vtc
+++ b/reg-tests/seamless-reload/b00000.vtc
@@ -11,6 +11,11 @@
varnishtest "Seamless reload issue with abns sockets"
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 {
global
stats socket ${tmpdir}/h1/stats level admin expose-fd listeners
--
2.18.0.windows.1