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

[#10246] Fix missing leave() of ScopedInterceptor when an exception occurs #10247

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Aug 24, 2023

…ccurs

@emeroad emeroad added this to the 2.6.0 milestone Aug 24, 2023
@emeroad emeroad linked an issue Aug 24, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #10247 (70d8b42) into master (b16669c) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##             master   #10247   +/-   ##
=========================================
  Coverage     38.11%   38.11%           
+ Complexity    11761    11760    -1     
=========================================
  Files          3680     3680           
  Lines         94917    94924    +7     
  Branches      10480    10480           
=========================================
+ Hits          36173    36179    +6     
+ Misses        55629    55626    -3     
- Partials       3115     3119    +4     
Files Changed Coverage Δ
...bootstrap/interceptor/scope/ScopedInterceptor.java 0.00% <0.00%> (ø)
...ootstrap/interceptor/scope/ScopedInterceptor0.java 0.00% <0.00%> (ø)
...ootstrap/interceptor/scope/ScopedInterceptor1.java 0.00% <0.00%> (ø)
...ootstrap/interceptor/scope/ScopedInterceptor2.java 0.00% <0.00%> (ø)
...ootstrap/interceptor/scope/ScopedInterceptor3.java 0.00% <0.00%> (ø)
...ootstrap/interceptor/scope/ScopedInterceptor4.java 0.00% <0.00%> (ø)
...ootstrap/interceptor/scope/ScopedInterceptor5.java 0.00% <0.00%> (ø)

... and 5 files with indirect coverage changes

@emeroad emeroad merged commit 53232ce into pinpoint-apm:master Aug 25, 2023
2 of 3 checks passed
@emeroad emeroad deleted the #10246_scope branch August 25, 2023 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix missing leave() of ScopedInterceptor when an exception occurs
1 participant