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

[SDTEST-437] implement auto test retries RFC #219

Merged
merged 4 commits into from
Aug 16, 2024

Conversation

anmarchenko
Copy link
Member

What does this PR do?
Changes auto test retries functionality to conform to the latest RFC:

  • rename env variables
  • add a killswitch to disable it with local ENV
  • add is_retry tag to internal telemetry to track retried tests

How to test the change?
Unit tests are provided

@codecov-commenter
Copy link

codecov-commenter commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.92%. Comparing base (1e85028) to head (de56d42).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #219   +/-   ##
=======================================
  Coverage   98.91%   98.92%           
=======================================
  Files         261      261           
  Lines       12310    12387   +77     
  Branches      558      559    +1     
=======================================
+ Hits        12177    12254   +77     
  Misses        133      133           

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

@anmarchenko anmarchenko force-pushed the anmarchenko/auto_test_retries_rfc branch from 96a3b57 to de56d42 Compare August 16, 2024 12:15
@anmarchenko anmarchenko merged commit 529d4e5 into main Aug 16, 2024
30 checks passed
@anmarchenko anmarchenko deleted the anmarchenko/auto_test_retries_rfc branch August 16, 2024 13:20
@github-actions github-actions bot added this to the 1.4.0 milestone Aug 16, 2024
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.

3 participants