-
Notifications
You must be signed in to change notification settings - Fork 0
Merge bitcoin/bitcoin#29639: test: fix intermittent failures with test=addrman #1120
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
base: backport-0.28-batch-740
Are you sure you want to change the base?
Merge bitcoin/bitcoin#29639: test: fix intermittent failures with test=addrman #1120
Conversation
432a542 test: fix intermittent failures with test=addrman (Martin Zumsande) Pull request description: The `nKey` of the addrman is generated the first time the node is started with an empty `peers.dat`. Therefore, restarting a node or turning it off and on again won't make a previously non-deterministic addrman deterministic. This could lead to intermittent failures in `feature_asmap.py` and `rpc_net.py` Fixes bitcoin#29634 ACKs for top commit: kevkevinpal: ACK [432a542](bitcoin@432a542) stratospher: Tested ACK 432a542. brunoerg: crACK 432a542 0xB10C: ACK 432a542 Tree-SHA512: a8e284baeb0be2df7284b8a2792cb9edc9e2d5b877a3b29ab7277ffdb75b17efa58a4d42576441eb493cd518e7c5ffdb05597b27e42b5001cf1a80e78bb04c83
|
Warning Rate limit exceeded@DashCoreAutoGuix has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 46 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Backport Verification SuccessfulNo issues found! This backport is complete and faithful to the original Bitcoin change. Original Bitcoin commit: Verification Details:
Reviewer Feedback Analysis:PastaPastaPasta comments reviewed: 0 No reviewer concerns to address - clean backport with no outstanding feedback. This PR is ready for merge. ✅ Technical Summary:This PR backports Bitcoin's fix for intermittent test failures in addrman-related tests. The solution adds Changes are identical to Bitcoin:
The backport is technically sound and maintains the exact same logic as the Bitcoin implementation. |
|
Validation Analysis: ✅ PASSED
CI Status: 🚫 BLOCKS APPROVAL
Critical Issue: Both test failures are in the exact tests this Bitcoin commit aims to fix:
Analysis: This backport implements Bitcoin Core's fix for intermittent test failures, but these specific tests are still failing. This requires manual review to determine:
Recommendation: Manual review required to validate that the fix reduces test intermittency as intended. |
Backports bitcoin#29639
Original commit: 9f2609d
Backported from Bitcoin Core v0.28