Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Nov 19, 2024
1 parent bb68a46 commit 678f3ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,12 @@ jobs:
- name: Run tests
run: |
ulimit -c unlimited
make test
#make test
util/test.sh -v t/03-proxy_wasm/hfuncs/131-proxy_dispatch_http_timeouts.t
- name: cat
if: ${{ always() }}
run: |
cat t/servroot/logs/error.log
- name: Run lcov
id: lcov
if: ${{ !env.ACT && inputs.coverage }}
Expand Down
1 change: 1 addition & 0 deletions t/03-proxy_wasm/hfuncs/131-proxy_dispatch_http_timeouts.t
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ok


=== TEST 3: proxy_wasm - dispatch_http_call() read timeout
--- ONLY
macOS: mockeagain NYI
--- skip_eval: 4: $::osname =~ m/darwin/
--- load_nginx_modules: ngx_http_echo_module
Expand Down

0 comments on commit 678f3ac

Please sign in to comment.