mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
REGTESTS: check/spoe: Re-enable the script performing SPOP health-checks
Thanks to previous patches, it is now possible to re-enable the test on SPOP health-checks support.
This commit is contained in:
parent
51e18c9aa6
commit
06547dcf52
1 changed files with 1 additions and 3 deletions
|
|
@ -2,8 +2,6 @@ varnishtest "Health-checks: SPOP health-check"
|
|||
#REGTEST_TYPE=slow
|
||||
feature ignore_unknown_macro
|
||||
|
||||
#REGTEST_TYPE=broken
|
||||
|
||||
# This scripts tests health-checks for SPOE agent, enabled using
|
||||
# "option spop-check" line. A intermediate listener is used to validate
|
||||
# the request because it is impossible with VTEST to read and match raw
|
||||
|
|
@ -41,7 +39,7 @@ syslog S2 -level notice {
|
|||
|
||||
syslog S3 -level notice {
|
||||
recv
|
||||
expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be3/srv failed, reason: Layer7 invalid response.+info: \"fragmentation not supported\".+check duration: [[:digit:]]+ms, status: 0/1 DOWN."
|
||||
expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Health check for server be3/srv failed, reason: Layer7 invalid response.+info: \"invalid frame received\".+check duration: [[:digit:]]+ms, status: 0/1 DOWN."
|
||||
} -start
|
||||
|
||||
syslog S4 -level notice {
|
||||
|
|
|
|||
Loading…
Reference in a new issue