commit | f13c7dbe51f3eda453c6aa596b3b56e2274c106d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 16 10:39:20 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jan 06 13:46:18 2021 +0100 |
tree | d4b330d1ed7a1ad932f32e27fe9dda50c2dd2663 | |
parent | 9f714695d07aac3c20cf1470b4b6df9b1f6dabb8 [diff] |
REGTESTS: make use of HAPROXY_ARGS and pass -dM by default Enabling memory poisonning is often pretty effective for detecting uninitialized structure fields. Let's enable it by default and let the user change the arguments at will (e.g. forcing some memory limits or disabling a poller). This will work with the latest vtest version to date (02a9bc1). (cherry picked from commit a4009cd6103a92752db27c3a85051c6adcc832c1) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>