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 a3ab6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ 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; 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/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 a3ab6a6

Please sign in to comment.