-
Notifications
You must be signed in to change notification settings - Fork 277
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
[refactor] #2109: Make integration::events::pipeline
test stable
#2110
Conversation
integration::events::pipeline
testintegration::events::pipeline
test
integration::events::pipeline
testintegration::events::pipeline
test stable
|
||
for submitting_peer in 0..PEER_COUNT { |
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.
I don't think n:n transactions should be tested. 1:n should be enough
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.
We can always add n:n tests back in. With that said, I'd prefer adding a property-based suite.
Signed-off-by: s8sato <[email protected]>
Description of the Change
Refactored.
Issue
integration::events::pipeline
test stable #2109Benefits
Possible Drawbacks
None