-
Notifications
You must be signed in to change notification settings - Fork 203
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
add concurrency unit tests #6642
add concurrency unit tests #6642
Conversation
…trie-concurrency-unit-tests # Conflicts: # trie/patriciaMerkleTrie_test.go
…trie-concurrency-unit-tests # Conflicts: # trie/interface.go
…trie-concurrency-unit-tests
}) | ||
} | ||
|
||
func TestPatricianMerkleTrie_ConcurrentOperations(t *testing.T) { |
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.
add concurrency test with all operations in parallel
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.
or a TODO for this
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.
Will add for each PR the tests missing related to which trie func was refactored in that PR.
The base branch was changed.
Reasoning behind the pull request
Proposed changes
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?