Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
casimiro committed Oct 31, 2023
1 parent 0f0efb6 commit 0ea004c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/job-valgrind-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ env:
NGX_BUILD_NOPOOL: 1
TEST_NGINX_USE_VALGRIND: 1
TEST_NGINX_USE_HUP: ${{ inputs.hup == 'hup' && 1 || 0 }}
TEST_NGINX_RANDOMIZE: 1
TEST_NGINX_RANDOMIZE: 0
TEST_NGINX_NO_SHUFFLE: 1
TEST_NGINX_NO_CLEAN: 1
TEST_NGINX_TIMEOUT: 120
TEST_NGINX_EXTERNAL_TIMEOUT: 120s
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:
ghcr_password: ${{ secrets.TOKEN_GITHUB }}
- run: make setup
- run: make
- run: make test 2>&1 | tee valgrind.out
- run: ./util/test.sh t/03-proxy_wasm/hfuncs/130-proxy_dispatch_http.t 2>&1 | tee valgrind.out
- run: |
awk -f ./util/parse-valgrind.awk valgrind.out > valgrind.log
if [[ -s valgrind.log ]]; then
Expand Down

0 comments on commit 0ea004c

Please sign in to comment.