[PATCH 1/1] CI: run more smoke tests on config syntax to check memory related issues

2024-02-17 Thread Ilya Shipitsin
config syntax check seems add a value on testing code path not
covered by VTest, also checks are very fast
---
 .github/workflows/vtest.yml | 4 
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml
index 7b5254b04..d65741a27 100644
--- a/.github/workflows/vtest.yml
+++ b/.github/workflows/vtest.yml
@@ -144,6 +144,10 @@ jobs:
   if: ${{ contains(matrix.name, 'ASAN') }}
   run: |
 ./haproxy -f .github/h2spec.config -c
+./haproxy -f examples/content-sw-sample.cfg -c
+./haproxy -f examples/option-http_proxy.cfg -c
+./haproxy -f examples/quick-test.cfg -c
+./haproxy -f examples/transparent_proxy.cfg -c
 - name: Show VTest results
   if: ${{ failure() && steps.vtest.outcome == 'failure' }}
   run: |
-- 
2.43.2




[PATCH 0/1] CI: additional ASAN smoke tests

2024-02-17 Thread Ilya Shipitsin



Ilya Shipitsin (1):
  CI: run more smoke tests on config syntax to check memory related
issues

 .github/workflows/vtest.yml | 4 
 1 file changed, 4 insertions(+)

-- 
2.43.2