-
Notifications
You must be signed in to change notification settings - Fork 147
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
Conversation
Signed-off-by: ibankov <ivan.bankov@limechain.tech>
Signed-off-by: ibankov <ivan.bankov@limechain.tech>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17313 +/- ##
============================================
+ Coverage 67.36% 67.43% +0.07%
- Complexity 22041 22110 +69
============================================
Files 2585 2588 +3
Lines 96381 96626 +245
Branches 10069 10094 +25
============================================
+ Hits 64923 65160 +237
- Misses 27744 27745 +1
- Partials 3714 3721 +7 |
Signed-off-by: ibankov <ivan.bankov@limechain.tech>
@ibankov TY. LGTM |
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