-
Notifications
You must be signed in to change notification settings - Fork 15
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
CSUB-463: Load testing for npos #1206
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1206 +/- ##
==========================================
- Coverage 69.69% 8.20% -61.50%
==========================================
Files 103 28 -75
Lines 12032 902 -11130
Branches 112 112
==========================================
- Hits 8386 74 -8312
+ Misses 3637 828 -2809
+ Partials 9 0 -9 see 83 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
For full LLVM coverage report click here! |
5e2bf2a
to
009168c
Compare
221445f
to
724f92a
Compare
724f92a
to
ad6fcfa
Compare
The failure in https://github.com/gluwa/creditcoin/actions/runs/5820688763/job/15781582765?pr=1206 is caused by an intentional change. The change applies only to |
because on modern Linux /tmp is ramfs and storing node data there causes OOM very quickly
otherwise the epoch is too short and zombienet doesn't have enough time to launch all 200-300 nodes. As a result 1/3-1/2 of the validators get slashed immediately b/c they don't have time to send their i-am-online pings
as a reminder of how to speed-up the initial lauch phase of all nodes when using a single test machine
ad6fcfa
to
f91f16b
Compare
Description of proposed changes
Still trying out things
Practical tips for PR review & merge: