2018-06-20 05:26:44 +00:00
|
|
|
# commit 84c844eb12b250aa86f2aadaff77c42dfc3cb619
|
|
|
|
# BUG/MINOR: spoe: Initialize variables used during conf parsing before any check
|
|
|
|
#
|
|
|
|
# Some initializations must be done at the beginning of parse_spoe_flt to avoid
|
|
|
|
# segmentaion fault when first errors are catched, when the "filter spoe" line is
|
|
|
|
# parsed.
|
|
|
|
|
2019-03-29 14:07:24 +00:00
|
|
|
#REGTEST_TYPE=bug
|
|
|
|
|
2018-06-20 05:26:44 +00:00
|
|
|
varnishtest "SPOE bug: missing configuration file"
|
|
|
|
|
2018-08-21 13:29:24 +00:00
|
|
|
feature ignore_unknown_macro
|
|
|
|
|
2018-06-20 05:26:44 +00:00
|
|
|
haproxy h1 -conf-BAD {} {
|
|
|
|
defaults
|
|
|
|
timeout connect 5000ms
|
|
|
|
timeout client 50000ms
|
|
|
|
timeout server 50000ms
|
|
|
|
|
|
|
|
frontend my-front
|
|
|
|
filter spoe
|
|
|
|
}
|