runtime: Add test for epoch boundary#8838
Conversation
4bfe042 to
89efafd
Compare
test_epoch_boundarytest_epoch_boundary
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8838 +/- ##
========================================
Coverage 83.2% 83.2%
========================================
Files 863 863
Lines 373689 373851 +162
========================================
+ Hits 310984 311183 +199
+ Misses 62705 62668 -37 🚀 New features to boost your workflow:
|
|
|
89efafd to
4056272
Compare
test_epoch_boundary|
The asserts look good, for the rest of the review I defer to the SMEs. |
Add test that ensures correct values in `Bank` and `PartitionedRewardsCalculation` after crossing epoch boundary.
4056272 to
485fa4d
Compare
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
Add test that ensures correct values in `Bank` and `PartitionedRewardsCalculation` after crossing epoch boundary. (cherry picked from commit 30d8afd) # Conflicts: # runtime/src/bank/partitioned_epoch_rewards/calculation.rs
Add test that ensures correct values in `Bank` and `PartitionedRewardsCalculation` after crossing epoch boundary.
Add test that ensures correct values in `Bank` and `PartitionedRewardsCalculation` after crossing epoch boundary. (cherry picked from commit 30d8afd) # Conflicts: # runtime/src/bank/partitioned_epoch_rewards/calculation.rs
Add test that ensures correct values in `Bank` and `PartitionedRewardsCalculation` after crossing epoch boundary. (cherry picked from commit 30d8afd)
Add test that ensures correct values in `Bank` and `PartitionedRewardsCalculation` after crossing epoch boundary. (cherry picked from commit 30d8afd) Co-authored-by: Michal R <[email protected]>
Add test that ensures correct values in
BankandPartitionedRewardsCalculationafter crossing epoch boundary.