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

Recipe for network testing #1322

Merged
merged 22 commits into from
Sep 3, 2020
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fecd331
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jun 11, 2020
9ab1df3
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jun 12, 2020
8206f27
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jun 14, 2020
39fe517
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jun 25, 2020
58c0d37
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jun 26, 2020
9460f61
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jul 2, 2020
5291d9d
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jul 8, 2020
7e07bdd
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jul 13, 2020
10930c0
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jul 21, 2020
06f244f
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jul 25, 2020
a8cd1c1
Merge branch 'master' of https://github.com/algorand/go-algorand
egieseke Jul 29, 2020
436f021
Added recipe for network disruption testing. Updated gen_toplogy.py …
egieseke Jul 30, 2020
7bd4e2f
Created network-partion recipe with gen_topology.py to support group …
egieseke Jul 30, 2020
fff127d
Updated random number limits and fixed regions array.
egieseke Jul 30, 2020
5ed966d
Added generation of group files to specify nodes in each group.
egieseke Jul 30, 2020
1be4260
Adjust docker/build/Docker-deploy GOPROXY environment var to single p…
egieseke Jul 31, 2020
7b4fdf8
Update gen_topology.py script to exit on error.
egieseke Jul 31, 2020
df75603
Removed commented code and added comments.
egieseke Jul 31, 2020
58bbaa4
Removed default group name. Now defaults to "".
egieseke Aug 3, 2020
ebbdb4d
Removed extra white space.
egieseke Aug 6, 2020
552139d
Added back multipath GOPROXY setting since we will upgrade to
egieseke Aug 19, 2020
7dc1ab2
Removed extra whitespace.
egieseke Aug 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed extra whitespace.
  • Loading branch information
egieseke committed Aug 19, 2020
commit 7dc1ab2b15887389b51098dab254942ec2db1b67
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APIEndpoint": "{{APIEndpoint}}",
"APIToken": "{{APIToken}}",
"ConfigJSONOverride": "{ \"TxPoolExponentialIncreaseFactor\": 1, \"DNSBootstrapID\": \"<network>.algodev.network\", \"DeadlockDetection\": -1, \"BaseLoggerDebugLevel\": 4 }"
"ConfigJSONOverride": "{ \"TxPoolExponentialIncreaseFactor\": 1, \"DNSBootstrapID\": \"<network>.algodev.network\", \"DeadlockDetection\": -1, \"BaseLoggerDebugLevel\": 4 }"
}