-
Notifications
You must be signed in to change notification settings - Fork 38.6k
test: Extend stale tip test #18470
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
test: Extend stale tip test #18470
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. Coverage
Updated at: 2020-03-30T13:59:49.217418. |
|
ACK faaba842d03762591f8612fd1fb16c93c881913f |
fa80a67 to
fa53539
Compare
fa53539 to
fadb1ac
Compare
|
ACK fadb1acd1392d42b08d5b27360764c83e94b42ae |
fa76ba8 to
fa579ee
Compare
|
Concept ACK to be notified on rebase. |
fanquake
left a comment
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.
src/net_processing.cpp
Outdated
| LOCK(cs_main); | ||
| CNodeState *state = State(node); | ||
| if (state) state->m_last_block_announcement = time_in_seconds; | ||
| if (state) state->fHaveWitness = true; |
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.
This seems unrelated to std::chrono:: / time refactoring.
|
@MarcoFalke could you rebase this (if there isn't any other PR that should be reviewed first), and comment in regards to: #18470 (comment). |
fa70eae to
fa9a78c
Compare
…n denialofservice_tests fa72fce test: Use ConnmanTestMsg from test lib in denialofservice_tests (MarcoFalke) Pull request description: This allows to remove code. Also, required for bitcoin/bitcoin#18470 ACKs for top commit: mjdietzx: crACK fa72fce 👍👍 fanquake: ACK fa72fce Tree-SHA512: 12aa68cde697c0f7c25d60bb0c02783e5462eb3ba39947b0d94a7798bc278e7d5f092f3ab2a3d0547947c3502cde7c4a599419055a57f78ef1f70f9f637e14c7
fa9a78c to
90b5776
Compare
|
Are you still working on this? |
* Extend test with ASSERT_DEBUG_LOG * Extend test with case where a block is in flight from a node that is about to be evicted
5a93df5 to
faac87d
Compare
|
🐙 This pull request conflicts with the target branch and needs rebase. |
|
There hasn't been much activity lately and the patch still needs rebase. What is the status here?
|
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.
This test extension could play well with #28170. Are you planning to rebase it? Happy to review it.
|
Closing as up for grabs due to lack of activity. |
…ofservice_tests fa72fce test: Use ConnmanTestMsg from test lib in denialofservice_tests (MarcoFalke) Pull request description: This allows to remove code. Also, required for bitcoin#18470 ACKs for top commit: mjdietzx: crACK fa72fce 👍👍 fanquake: ACK fa72fce Tree-SHA512: 12aa68cde697c0f7c25d60bb0c02783e5462eb3ba39947b0d94a7798bc278e7d5f092f3ab2a3d0547947c3502cde7c4a599419055a57f78ef1f70f9f637e14c7
…ofservice_tests fa72fce test: Use ConnmanTestMsg from test lib in denialofservice_tests (MarcoFalke) Pull request description: This allows to remove code. Also, required for bitcoin#18470 ACKs for top commit: mjdietzx: crACK fa72fce 👍👍 fanquake: ACK fa72fce Tree-SHA512: 12aa68cde697c0f7c25d60bb0c02783e5462eb3ba39947b0d94a7798bc278e7d5f092f3ab2a3d0547947c3502cde7c4a599419055a57f78ef1f70f9f637e14c7
about to be evicted