Skip to content

Commit

Permalink
wip 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Nov 19, 2024
1 parent afd3369 commit 6939cbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ jobs:
- name: Run tests
run: |
ulimit -c unlimited
make test
#make test
util/test.sh -v t/03-proxy_wasm/hfuncs/130-proxy_dispatch_http.t
- name: cat
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/130-proxy_dispatch_http.t
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,7 @@ on_http_call_response


=== TEST 40: proxy_wasm - dispatch_http_call() TCP reader error
--- ONLY
--- valgrind
--- load_nginx_modules: ngx_http_echo_module
--- wasm_modules: hostcalls
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 @@ -81,6 +81,7 @@ ok

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

0 comments on commit 6939cbe

Please sign in to comment.