]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: run more smoke tests on config syntax to check memory related issues
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 17 Feb 2024 19:42:28 +0000 (20:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Mar 2024 10:50:34 +0000 (11:50 +0100)
config syntax check seems add a value on testing code path not
covered by VTest, also checks are very fast

.github/workflows/vtest.yml

index 7b5254b04bf11c1e4ecfd2eb4e9bf9e82d668306..d65741a277e48268ad3051afebfb73cfcc5c3e67 100644 (file)
@@ -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: |