commit | a4009cd6103a92752db27c3a85051c6adcc832c1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 16 10:39:20 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 16 21:43:50 2020 +0100 |
tree | 1a8d80735d89042149ab9307b86074039da238df | |
parent | dc32cd961bb166c3bdb633719918d89333060fa6 [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).