-
Notifications
You must be signed in to change notification settings - Fork 22
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
Many transactions unit test #2749
base: v0.x.x
Are you sure you want to change the base?
Many transactions unit test #2749
Conversation
Codecov Report
@@ Coverage Diff @@
## v0.x.x #2749 +/- ##
==========================================
- Coverage 87.83% 87.82% -0.02%
==========================================
Files 164 165 +1
Lines 16932 16954 +22
==========================================
+ Hits 14873 14890 +17
- Misses 2059 2064 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I see this is still failing, so we should probably wait on merging it. |
46709f7
to
7d7d064
Compare
f57aa3b
to
50f7f98
Compare
50f7f98
to
d149336
Compare
c4db7bc
to
0e96549
Compare
c5f89fc
to
0570195
Compare
0570195
to
3d7c796
Compare
3d7c796
to
f217c23
Compare
This is a network unit test which keeps increasing the number of transactions sent to be externalized. This is to test the gossiping and consensus protocol implementation works with large numbers of transactions.
f217c23
to
ff9d8bb
Compare
This is a network unit test which keeps increasing the number of
transactions sent to be externalized. This is to test the gossiping and
consensus protocol implementation works with large numbers of
transactions.