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

[release/8.0] [tests] Use ResiliencePipeline in IntegrationTests #3623

Merged
merged 9 commits into from
Apr 12, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 11, 2024

Backport of #3385 to release/8.0

/cc @radical

Customer Impact

Testing

Risk

Regression?

Microsoft Reviewers: Open in CodeFlow

radical and others added 9 commits April 11, 2024 22:36
.. with a policy to retry with 1 sec delays, and a total timeout of
90 secs on the service side. The test(client) side has an overall http
request timeout for 120 secs which would allow the real errors from the
service to get surfaced to the client.
https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1305

```
dotnet_diagnostic.CA1305.severity = none
```

Addresses review feedback from @ eerhardt .
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-integrations Issues pertaining to Aspire Integrations packages label Apr 11, 2024
@dotnet-policy-service dotnet-policy-service bot added the Servicing-consider Issue for next servicing release review label Apr 11, 2024
@danmoseley
Copy link
Member

As I understand it, the polly change is purely moving to the newer polly API, so build validation is perhaps sufficient. The rest is test only changes.
approved.

@danmoseley danmoseley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Apr 11, 2024
@eerhardt
Copy link
Member

As I understand it, the polly change is purely moving to the newer polly API, so build validation is perhaps sufficient. The rest is test only changes. approved.

Yeah we used this opportunity to reduce our dependencies to just Polly.core and Polly.extensions. The full Polly is not needed. Removing the dependency later might be considered a breaking change.

Since it builds and tests pass there shouldn’t be any risk.

@danmoseley danmoseley enabled auto-merge (squash) April 12, 2024 00:03
@danmoseley danmoseley merged commit 2f7c0c2 into release/8.0 Apr 12, 2024
7 checks passed
@danmoseley danmoseley deleted the backport/pr-3385-to-release/8.0 branch April 12, 2024 00:04
@danmoseley danmoseley mentioned this pull request Apr 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-integrations Issues pertaining to Aspire Integrations packages Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants