Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jun 19, 2024
1 parent 931d778 commit 824b815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Run tests
run: |
ulimit -c unlimited
make test
util/test.sh t/03-proxy_wasm/hfuncs/metrics/002-proxy_define_metric_edge_cases.t
- name: Run lcov
id: lcov
if: ${{ !env.ACT && inputs.coverage }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ qr/host trap \(internal error\): could not define metric: name "\w+" too long/
In SIGHUP mode, this test fails if executed after a test that
defined more metrics than is possible to fit in 5m.

--- ONLY
--- valgrind
--- load_nginx_modules: ngx_http_echo_module
--- main_config eval
Expand Down

0 comments on commit 824b815

Please sign in to comment.