-
Notifications
You must be signed in to change notification settings - Fork 286
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
chore: waits for a specific height instead of sleeping in the test for the emptiness of the first block #2284
Conversation
adds a test for emptiness of block 1 checks the content of block 1 adds timeoutCommit to the test suite struct adds a func description
This reverts commit cd4686e.
…eck-prepareproposal
…eck-prepareproposal
…eck-prepareproposal
…t-in-block-production-test
Codecov Report
@@ Coverage Diff @@
## main #2284 +/- ##
==========================================
- Coverage 20.63% 20.63% -0.01%
==========================================
Files 133 133
Lines 15344 15346 +2
==========================================
Hits 3166 3166
- Misses 11875 11877 +2
Partials 303 303
|
do we still want to pursue this or can we close? |
…t-in-block-production-test
The suggested changes by the reviewers seem to make the test flaky. I have spent some more time yesterday, yet the flakiness remains unchanged. We can ignore the PR for v1 release. If I could identify the reason of flakiness by the end of this week (and fix it), I'll mark it as ready for review, or will close it. Please let me know how does it sound to you? @evan-forbes |
sounds good! |
Overview
Addresses some of the remaining comments on #2233
Checklist