]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: check/spoe: Re-enable the script performing SPOP health-checks
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 22 Jul 2024 17:08:48 +0000 (19:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Jul 2024 12:19:10 +0000 (14:19 +0200)
Thanks to previous patches, it is now possible to re-enable the test on SPOP
health-checks support.

reg-tests/checks/spop-check.vtc

index 7cd71c78f7e0facfdfd70f366661a12abee63cbe..8a7fbd3add104427e2537cf58a6295d73e053784 100644 (file)
@@ -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 {