mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 21:03:30 +02:00
REGTEST: Add a new reg test for log load-balancing feature.
This is a reg test for the log load-balancing feature implemented by these commits: MINOR: log: Add "sample" new keyword to "log" lines MINOR: log: Enable the log sampling and load-balancing feature The size of the logging buffer for vtest has been doubled to support this script.
This commit is contained in:
committed by
Willy Tarreau
parent
d690dfac1d
commit
85a7ea0740
@@ -346,7 +346,7 @@ if [ -n "$testlist" ]; then
|
||||
if [ -n "$jobcount" ]; then
|
||||
jobcount="-j $jobcount"
|
||||
fi
|
||||
cmd="$VTEST_PROGRAM -k -t 10 -Dno-htx=${no_htx} $keep_logs $verbose $debug $jobcount $vtestparams $testlist"
|
||||
cmd="$VTEST_PROGRAM -b $((2<<20)) -k -t 10 -Dno-htx=${no_htx} $keep_logs $verbose $debug $jobcount $vtestparams $testlist"
|
||||
eval $cmd
|
||||
_vtresult=$?
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user