mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-11 03:31:36 +00:00
REGTESTS: startup: activate automatic_maxconn.vtc
Check if USE_OBSOLETE_LINK=1 was used so it could run this test when ASAN is not built, since ASAN require this option. For this test to work, the ulimit -n value must be big enough. Could be backported at least to 2.5.
This commit is contained in:
parent
2cb1493748
commit
6b6f082969
@ -1,12 +1,14 @@
|
|||||||
#REGTEST_TYPE=broken
|
varnishtest "Automatic maxconn computation"
|
||||||
#REQUIRE_VERSION=2.2
|
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'"
|
||||||
#REQUIRE_OPTION=OPENSSL
|
feature cmd "$HAPROXY_PROGRAM -cc '!feature(OBSOLETE_LINKER)'"
|
||||||
|
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)'"
|
||||||
|
feature ignore_unknown_macro
|
||||||
|
#REGTEST_TYPE=devel
|
||||||
|
|
||||||
|
|
||||||
# Check the maxconn computation with the -m parameter
|
# Check the maxconn computation with the -m parameter
|
||||||
# Broken because it can't work with ASAN.
|
# Broken because it can't work with ASAN.
|
||||||
|
|
||||||
varnishtest "Automatic maxconn computation"
|
|
||||||
|
|
||||||
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user