Skip to content

Continuation of resiliency filter based on http code#8252

Merged
artursouza merged 46 commits into
dapr:masterfrom
antontroshin:resiliency-filter-response-code-based
Nov 18, 2024
Merged

Continuation of resiliency filter based on http code#8252
artursouza merged 46 commits into
dapr:masterfrom
antontroshin:resiliency-filter-response-code-based

Conversation

@antontroshin

Copy link
Copy Markdown
Contributor

Description

Continuation of the PR #7132
And rebase on master of the PR #8128

Issue reference

Please reference the issue this PR will close: #6683

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

Taction and others added 30 commits October 29, 2024 13:47
Signed-off-by: zhangchao <[email protected]>
Signed-off-by: zhangchao <[email protected]>
Signed-off-by: zhangchao <[email protected]>
Signed-off-by: zhangchao <[email protected]>
Signed-off-by: zhangchao <[email protected]>
Co-authored-by: Alessandro (Ale) Segala <[email protected]>
Signed-off-by: Taction <[email protected]>
Co-authored-by: Alessandro (Ale) Segala <[email protected]>
Signed-off-by: Taction <[email protected]>
Signed-off-by: zhangchao <[email protected]>
Signed-off-by: zhangchao <[email protected]>
Signed-off-by: zhangchao <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
Co-authored-by: Anton Troshin <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
Add invalid resiliency startup test

Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
Signed-off-by: Anton Troshin <[email protected]>
@antontroshin
antontroshin marked this pull request as ready for review October 29, 2024 19:55
@antontroshin
antontroshin requested review from a team as code owners October 29, 2024 19:55
@codecov

codecov Bot commented Oct 29, 2024

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 84.05797% with 22 lines in your changes missing coverage. Please review.

Project coverage is 54.43%. Comparing base (db74a09) to head (f80e69b).
Report is 256 commits behind head on master.

Files with missing lines Patch % Lines
pkg/resiliency/retry.go 75.00% 13 Missing and 5 partials ⚠️
pkg/resiliency/resiliency.go 93.47% 2 Missing and 1 partial ⚠️
pkg/api/http/directmessaging.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8252      +/-   ##
==========================================
- Coverage   54.78%   54.43%   -0.36%     
==========================================
  Files         508      528      +20     
  Lines       28110    28861     +751     
==========================================
+ Hits        15400    15710     +310     
- Misses      11466    11884     +418     
- Partials     1244     1267      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikeee mikeee mentioned this pull request Nov 12, 2024
38 tasks
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.

Resiliency - Service Invocation allow to ignore resiliency policy based on response http status code

4 participants