Test fix data race#639
Closed
sugh01 wants to merge 4 commits into
Closed
Conversation
…d GetCurrentLength() in subtree processor tests
Contributor
|
🤖 Claude Code Review Status: Complete This PR addresses data race issues in SubtreeProcessor tests and adds comprehensive settings propagation tests across blockassembly and blockvalidation packages. Key changes:
No issues found - changes follow sound concurrency patterns and improve test reliability. |
Contributor
Benchmark Comparison ReportBaseline: Current: Summary
All benchmark results (sec/op)
Threshold: >10% with p < 0.05 | Generated: 2026-03-30 12:20 UTC |
oskarszoon
requested changes
May 14, 2026
oskarszoon
left a comment
Contributor
There was a problem hiding this comment.
Race fix itself is correct (currentSubtree.Load().Length() → synchronized GetCurrentLength(), busy-wait/sleep → require.Eventually). Two issues block merge:
- 1474 of the 1508 added lines are the same settings-test files as PR #615. If #615 merges first this branch will need a rebase to drop them; if this merges first #615 needs the same. Worth rebasing to strip the settings-test cargo from this PR so it's the race fix only.
- This PR's
SubtreeProcessor_test.gochanges are identical to PR #641. Exactly one should land — please coordinate with #641 author to either close one or rebase so the diffs don't compete.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.