-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - Flaky test TestRewardService_List/coinbase #5680
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5680 +/- ##
=========================================
+ Coverage 79.7% 79.8% +0.1%
=========================================
Files 279 279
Lines 28419 28426 +7
=========================================
+ Hits 22670 22705 +35
+ Misses 4181 4154 -27
+ Partials 1568 1567 -1 ☔ View full report in Codecov by Sentry. |
bors merge |
## Motivation This change fixes problem with test flakiness. RewardsGenerator was changed to generate rewards with unique coinbases to avoid problem with order of data between DB and generated list of rewards.
Build failed: |
bors merge |
## Motivation This change fixes problem with test flakiness. RewardsGenerator was changed to generate rewards with unique coinbases to avoid problem with order of data between DB and generated list of rewards.
Build failed (retrying...): |
## Motivation This change fixes problem with test flakiness. RewardsGenerator was changed to generate rewards with unique coinbases to avoid problem with order of data between DB and generated list of rewards.
Build failed: |
bors merge |
## Motivation This change fixes problem with test flakiness. RewardsGenerator was changed to generate rewards with unique coinbases to avoid problem with order of data between DB and generated list of rewards.
Build failed (retrying...): |
bors cancel |
Canceled. |
…strewardservice_listcoinbase
bors merge |
## Motivation This change fixes problem with test flakiness. RewardsGenerator was changed to generate rewards with unique coinbases to avoid problem with order of data between DB and generated list of rewards. Co-authored-by: Matthias <[email protected]>
Pull request successfully merged into develop. Build succeeded: |
Motivation
This change fixes problem with test flakiness.
RewardsGenerator was changed to generate rewards with unique coinbases to avoid problem with order of data between DB and generated list of rewards.