Skip to content

Commit

Permalink
wip 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Oct 25, 2023
1 parent 9a14384 commit 67e69b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ jobs:
ghcr_password: ${{ secrets.TOKEN_GITHUB }}
- run: make setup
- run: make
- run: make test
#- run: make test
- run: util/test.sh t/03-proxy_wasm/003-on_tick.t
- run: cat t/servroot/logs/error.log
if: ${{ always() }}
- name: Run lcov
id: lcov
if: ${{ !env.ACT && inputs.coverage }}
Expand Down
1 change: 1 addition & 0 deletions t/03-proxy_wasm/003-on_tick.t
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ qr/.*?(\[error\]|Uncaught RuntimeError: |\s+)tick_period already set.*
=== TEST 6: proxy_wasm - on_tick with trap
--- ONLY
Should recycle the tick instance
Should not prevent http context/instance from starting
--- skip_no_debug: 7
Expand Down

0 comments on commit 67e69b7

Please sign in to comment.