]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTEST: Missing REQUIRE_VERSION declarations.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 19 Apr 2019 09:20:52 +0000 (11:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Apr 2019 13:48:41 +0000 (15:48 +0200)
checks/s00001.vtc needs support for "srvrecord" which came with 1.8 version.
peers/s_basic_sync.vtc and s_tls_basic_sync.vtc need support for "server"
keyword usage in "peers" section which came with 2.0 version.

reg-tests/checks/s00001.vtc
reg-tests/peers/s_basic_sync.vtc
reg-tests/peers/s_tls_basic_sync.vtc

index abb0f2fc112b33ec91723a9f79a39c69234ee244..2e38867c8de9674f8f60bfd3c8824dbc6ed1af23 100644 (file)
@@ -6,6 +6,7 @@ feature ignore_unknown_macro
 # The first health-checks passed tests are checked for all these servers
 # thanks to syslog messages.
 
+#REQUIRE_VERSION=1.8
 #EXCLUDE_TARGETS=freebsd
 
 # Note that the first syslog message received is: "Proxy <name> started."
index 4e35054b34141665e3682d105f508fe273330be5..ecf8fd059551ab844a7530683e9351b0592bebaf 100644 (file)
@@ -1,6 +1,8 @@
 vtest "Basic test for peers protocol"
 feature ignore_unknown_macro
 
+#REQUIRE_VERSION=2.0
+
 haproxy h1 -arg "-L A" -conf {
     defaults
         timeout client  1s
index 6710d3196072d8dc85aff8d231b0b227847cbfbd..41e874b4d24b41c6c8834fe360b9d5c8549d2341 100644 (file)
@@ -1,5 +1,6 @@
 vtest "Basic test for peers protocol over SSL/TLS"
 #REQUIRE_OPTIONS=OPENSSL
+#REQUIRE_VERSION=2.0
 feature ignore_unknown_macro
 
 haproxy h1 -arg "-L A" -conf {