-
Notifications
You must be signed in to change notification settings - Fork 129
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
chore(dot/rpc): Load test submit extrinsic #2089
Conversation
Codecov Report
@@ Coverage Diff @@
## development #2089 +/- ##
===============================================
+ Coverage 60.62% 60.67% +0.04%
===============================================
Files 202 204 +2
Lines 27282 27331 +49
===============================================
+ Hits 16541 16583 +42
- Misses 8842 8843 +1
- Partials 1899 1905 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -569,3 +569,75 @@ func Test_SubmitAndWatchExtrinsic(t *testing.T) { | |||
`"method":"author_extrinsicUpdate","params":{"result":{"inBlock":"`) | |||
|
|||
} | |||
|
|||
func TestSync_SubmitExtrinsicLoad(t *testing.T) { | |||
t.Skip() |
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.
is this skip intentional?
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.
Yes, We don't want to load test in CI.
🎉 This PR is included in version 0.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* Load test submit extrinsic
Changes
Tests
Start 3 nodes and fix the authority as Alice, Bob and Charlie in genesis
Genesis:
Command:
Issues
Primary Reviewer