-
Notifications
You must be signed in to change notification settings - Fork 664
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
tests_all_chunks_accepted #1956
Conversation
Codecov Report
@@ Coverage Diff @@
## chunks_grieving #1956 +/- ##
===================================================
- Coverage 86.59% 86.57% -0.03%
===================================================
Files 167 167
Lines 31636 31491 -145
===================================================
- Hits 27395 27263 -132
+ Misses 4241 4228 -13
Continue to review full report at Codecov.
|
@@ -640,4 +640,64 @@ mod tests { | |||
}) | |||
.unwrap(); | |||
} | |||
|
|||
#[test] | |||
#[ignore] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why ignore?
@@ -48,6 +48,9 @@ expensive near-client catching_up tests::test_catchup_random_single_part_sync_se | |||
expensive near-client catching_up tests::test_catchup_random_single_part_sync_non_zero_amounts | |||
expensive near-client catching_up tests::test_catchup_random_single_part_sync_height_6 | |||
expensive near-client catching_up tests::test_catchup_sanity_blocks_produced | |||
expensive near-client catching_up tests::test_all_chunks_accepted_10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not expensive, no need to include here?
added to #1945 |
Test
test_all_chunks_accepted_1000_slow
fails randomly within first 100 blocks.