Skip to content

Conversation

abidhasan-aws
Copy link
Contributor

@abidhasan-aws abidhasan-aws commented Aug 5, 2025

We have observed frequent pipeline build failures due to flaky integration tests that usually succeed on retries. Currently, these tests have to be retried manually for unblocking the pipelines. By enabling automated retries for these flaky tests, we can reduce intermittent pipeline failures and eliminate unnecessary manual intervention which then will only be required for test failures that persist even after retries.

This PR is an extension to this PR: #753

The changes in this PR addressed adding the retry wrapper on identified top failing flaky tests.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the p2 label Aug 5, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team August 5, 2025 17:06
Signed-off-by: github-actions <[email protected]>
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.74%. Comparing base (2877f4c) to head (3fc18ee).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #771      +/-   ##
==========================================
+ Coverage   80.72%   81.74%   +1.02%     
==========================================
  Files          63       63              
  Lines        8320     8320              
  Branches      957      970      +13     
==========================================
+ Hits         6716     6801      +85     
+ Misses       1578     1492      -86     
- Partials       26       27       +1     
Flag Coverage Δ
suite.unit 81.74% <ø> (+1.02%) ⬆️

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@abidhasan-aws abidhasan-aws changed the title Add retry for top most frequent failing cli integ tests fix: add retry for top most frequent failing cli integ tests Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants