mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-17 02:56:51 +00:00
CI: run smoke tests on config syntax to check memory related issues
config syntax check seems add a value on testing code path not covered by VTest, also checks are very fast
This commit is contained in:
parent
db4bc6b4f3
commit
7e6e0388d6
4
.github/workflows/vtest.yml
vendored
4
.github/workflows/vtest.yml
vendored
@ -140,6 +140,10 @@ 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
|
||||||
make reg-tests 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
|
||||||
|
if: ${{ contains(matrix.name, 'ASAN') }}
|
||||||
|
run: |
|
||||||
|
./haproxy -f .github/h2spec.config -c
|
||||||
- name: Show VTest results
|
- name: Show VTest results
|
||||||
if: ${{ failure() && steps.vtest.outcome == 'failure' }}
|
if: ${{ failure() && steps.vtest.outcome == 'failure' }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user