Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(*) proxy-wasm runloop + req state enhancements #508

Merged
merged 3 commits into from
Feb 16, 2024

Conversation

thibaultcha
Copy link
Member

Improvements to the proxy-wasm runloop extracted from eof flag work.

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

Merging #508 (e3f2bd8) into main (45a0c12) will decrease coverage by 0.00707%.
The diff coverage is 100.00000%.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main        #508         +/-   ##
===================================================
- Coverage   90.02022%   90.01315%   -0.00707%     
===================================================
  Files             46          46                 
  Lines           9890        9883          -7     
===================================================
- Hits            8903        8896          -7     
  Misses           987         987                 
Files Coverage Δ
src/common/ngx_wasm_socket_tcp.c 88.82759% <100.00000%> (ø)
src/common/ngx_wasm_subsystem.c 100.00000% <ø> (ø)
src/common/proxy_wasm/ngx_proxy_wasm.c 92.84091% <100.00000%> (+0.04090%) ⬆️
src/common/proxy_wasm/ngx_proxy_wasm.h 91.89189% <ø> (ø)
src/common/proxy_wasm/ngx_proxy_wasm_host.c 94.29348% <100.00000%> (ø)
src/http/ngx_http_wasm_filter_module.c 92.73743% <100.00000%> (-0.15874%) ⬇️
src/http/ngx_http_wasm_module.c 96.00939% <100.00000%> (ø)
src/http/proxy_wasm/ngx_http_proxy_wasm.c 93.51351% <100.00000%> (-0.06939%) ⬇️
src/http/proxy_wasm/ngx_http_proxy_wasm_dispatch.c 91.22807% <100.00000%> (ø)
src/wasm/ngx_wasm.h 100.00000% <ø> (ø)
... and 1 more
Flag Coverage Δ
unit 90.07941% <100.00000%> (-0.00458%) ⬇️
valgrind 77.84173% <100.00000%> (-0.02206%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@thibaultcha thibaultcha merged commit 325c1d2 into main Feb 16, 2024
37 checks passed
@thibaultcha thibaultcha deleted the refactor/proxy-wasm-runloop branch February 16, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant