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

fix: move long term tests to repeatable #17313

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ibankov
Copy link
Contributor

@ibankov ibankov commented Jan 10, 2025

Description:
Currently the LongTermSchedules test ported from mono are flaky and cause CI pipeline failures, moving them to Repeatable tests so they no longer rely on timing but instead use virtual time.

Related issue(s):

Fixes #
#17287
Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: ibankov <ivan.bankov@limechain.tech>
@ibankov ibankov self-assigned this Jan 10, 2025
@ibankov ibankov requested review from a team as code owners January 10, 2025 13:02
@ibankov ibankov requested a review from kimbor January 10, 2025 13:02
@ibankov ibankov added this to the v0.59 milestone Jan 10, 2025
@ibankov ibankov linked an issue Jan 10, 2025 that may be closed by this pull request
@ibankov ibankov changed the title move long term tests to repeatable fix: move long term tests to repeatable Jan 10, 2025
Signed-off-by: ibankov <ivan.bankov@limechain.tech>
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.07% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (45f108d) 96164 68485 71.22%
Head commit (d237baa) 96191 (+27) 68576 (+91) 71.29% (+0.07%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#17313) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.43%. Comparing base (45f108d) to head (d237baa).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #17313      +/-   ##
============================================
+ Coverage     67.36%   67.43%   +0.07%     
- Complexity    22041    22077      +36     
============================================
  Files          2585     2585              
  Lines         96381    96408      +27     
  Branches      10069    10071       +2     
============================================
+ Hits          64923    65016      +93     
+ Misses        27744    27680      -64     
+ Partials       3714     3712       -2     

see 31 files with indirect coverage changes

Impacted file tree graph

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.

Move LongTermSchedules tests ported from mono to RepeatableTests
1 participant