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

Adding retries and exponential backoff #8051

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

ytimocin
Copy link
Contributor

Description

Adding retries and exponential backoff

Type of change

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
  • If applicable, design document has been reviewed and approved by Radius maintainers/approvers.
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.

@ytimocin ytimocin requested review from a team as code owners November 12, 2024 22:15
@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 12, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 433ffb3
Unique ID funce9c002fb3f
Image tag pr-funce9c002fb3f
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funce9c002fb3f
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funce9c002fb3f
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funce9c002fb3f
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funce9c002fb3f
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funce9c002fb3f
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ corerp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded

Copy link

github-actions bot commented Nov 12, 2024

Unit Tests

3 572 tests  ±0   3 563 ✅ ±0   5m 24s ⏱️ +6s
  286 suites ±0       9 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit cb25b27. ± Comparison against base commit 3028400.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.19%. Comparing base (3028400) to head (cb25b27).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8051      +/-   ##
==========================================
- Coverage   59.19%   59.19%   -0.01%     
==========================================
  Files         579      579              
  Lines       38697    38697              
==========================================
- Hits        22908    22905       -3     
- Misses      14149    14151       +2     
- Partials     1640     1641       +1     

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

@ytimocin ytimocin force-pushed the ytimocin/aws-test/retry-back-off branch from 433ffb3 to fe037d8 Compare November 13, 2024 02:11
@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 13, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref fe037d8
Unique ID func7dd13b467f
Image tag pr-func7dd13b467f
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func7dd13b467f
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func7dd13b467f
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func7dd13b467f
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func7dd13b467f
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func7dd13b467f
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Signed-off-by: ytimocin <ytimocin@microsoft.com>
@ytimocin ytimocin force-pushed the ytimocin/aws-test/retry-back-off branch from fe037d8 to cb25b27 Compare November 15, 2024 21:36
@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 15, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref cb25b27
Unique ID func06a909bedd
Image tag pr-func06a909bedd
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func06a909bedd
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func06a909bedd
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func06a909bedd
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func06a909bedd
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func06a909bedd
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@ytimocin ytimocin merged commit d5b9ac0 into main Nov 15, 2024
32 checks passed
@ytimocin ytimocin deleted the ytimocin/aws-test/retry-back-off branch November 15, 2024 23:23
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.

[Functional Test Flakiness] Improve Reliability of AWS Resource Validation
2 participants