Skip to content
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

test: cluster scenarios for 2022-07 #4331

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

brianolson
Copy link
Contributor

Summary

scenario 1 and 3, but a little smaller, single-algod-per-ec2-instance, more like current advised usage

Test Plan

This has been used extensively in recent manual cluster testing

scenario 1 and 3, but a little smaller, single-algod-per-ec2-instance, more like current advised usage
@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

Merging #4331 (323831c) into master (09607f1) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4331      +/-   ##
==========================================
+ Coverage   55.26%   55.30%   +0.03%     
==========================================
  Files         395      395              
  Lines       50334    50334              
==========================================
+ Hits        27818    27837      +19     
+ Misses      20131    20107      -24     
- Partials     2385     2390       +5     
Impacted Files Coverage Δ
ledger/blockqueue.go 82.18% <0.00%> (-2.88%) ⬇️
util/db/dbutil.go 49.09% <0.00%> (-1.22%) ⬇️
ledger/acctupdates.go 70.37% <0.00%> (+0.45%) ⬆️
data/abi/abi_type.go 88.62% <0.00%> (+0.94%) ⬆️
network/wsPeer.go 68.76% <0.00%> (+1.09%) ⬆️
node/node.go 25.39% <0.00%> (+2.38%) ⬆️
cmd/algoh/blockWatcher.go 80.95% <0.00%> (+3.17%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@brianolson brianolson marked this pull request as ready for review August 1, 2022 16:10
@cce cce merged commit 461a254 into algorand:master Aug 1, 2022
@@ -0,0 +1,18 @@
# scenario3s is scenario3 but smaller. (10000 wallets -> 500) (1000 algod participating nodes -> 100) It still keeps a global datacenter distribution.
PARAMS=-w 500 -R 20 -N 100 -n 100 -H 15 --node-template node.json --relay-template relay.json --non-participating-node-template nonPartNode.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't notice this, but I think we should set this to 100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants