solana-dos can now DoS gossip nodes (#9652)

automerge
This commit is contained in:
Michael Vines
2020-04-23 11:46:12 -07:00
committed by GitHub
parent 504160b11f
commit d1cbccd9ba
5 changed files with 62 additions and 38 deletions

View File

@ -25,6 +25,10 @@ bootstrapInstall() {
}
bootstrapInstall "edge"
solana-install-init --version
solana-install-init edge
solana-gossip --version
solana-dos --version
killall solana-gossip || true
solana-gossip spy --gossip-port 8001 > "$logDir"/gossip.log 2>&1 &

View File

@ -1,3 +1,5 @@
steps:
- command: "system-test/stability-testcases/gossip-dos-test.sh"
label: "Gossip DoS Test"
artifact_paths:
- "system-test/stability-testcases/logs/*"