REGTESTS: use -dI for insecure fork by default in the regtest scripts
Let's remove the CI HAPROXY_ARGS setting and set -dI for anything run with the run-regtests.sh.
This commit is contained in:
parent
282a8e9f52
commit
378d500caf
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
@ -149,7 +149,7 @@ jobs:
|
|||||||
# the '-n' soft limit to the hard limit, thus failing to run.
|
# the '-n' soft limit to the hard limit, thus failing to run.
|
||||||
ulimit -n 65536
|
ulimit -n 65536
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
make reg-tests HAPROXY_ARGS="-dI" VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
|
make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
|
||||||
- name: Config syntax check memleak smoke testing
|
- name: Config syntax check memleak smoke testing
|
||||||
if: ${{ contains(matrix.name, 'ASAN') }}
|
if: ${{ contains(matrix.name, 'ASAN') }}
|
||||||
run: |
|
run: |
|
||||||
|
@ -312,7 +312,7 @@ _version() {
|
|||||||
|
|
||||||
|
|
||||||
HAPROXY_PROGRAM="${HAPROXY_PROGRAM:-${PWD}/haproxy}"
|
HAPROXY_PROGRAM="${HAPROXY_PROGRAM:-${PWD}/haproxy}"
|
||||||
HAPROXY_ARGS="${HAPROXY_ARGS--dM}"
|
HAPROXY_ARGS="${HAPROXY_ARGS--dM -dI}"
|
||||||
VTEST_PROGRAM="${VTEST_PROGRAM:-vtest}"
|
VTEST_PROGRAM="${VTEST_PROGRAM:-vtest}"
|
||||||
TESTDIR="${TMPDIR:-/tmp}"
|
TESTDIR="${TMPDIR:-/tmp}"
|
||||||
REGTESTS=""
|
REGTESTS=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user