Skip to content

Commit

Permalink
Decrease Duration (#16)
Browse files Browse the repository at this point in the history
* quorum using static peers generator

* Delete permissioned-nodes.json

* removed permissioned nodes

* removed port mappings from quorum clique as theyre unnecessary

* removed count:1 as default is 1

* added quorum besu

* changed ethstats secret

* latest

* nodex --> $NAME

* parity yaml close to finished

* parity xdai

* renamed few things

* wait for

* nates example

* updated md to remove task runners and replaced sleep w wait-for

* removed comments

* removed db from rpc api

* removed db

* 120 m instead of 2h for phase duration in quorum clique - was breaking on lint

* removed sleep and replaced w/ duration

* readme for geth partition

* delete btc lightning, accidentally commmitted

* removed unnecessary pk3

* basic parity ethereum sample

* changed timeout from infinite to 1 hr

* duration

* remove unnecessary sleep task + replace w duration

* removed task from 2nd phase

* decrease duration

* decrease quorum limit

* changes nate requested
  • Loading branch information
renaynay committed Feb 4, 2020
1 parent 1586a82 commit 13c52a2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
10 changes: 2 additions & 8 deletions etc/multigeth.yaml
Expand Up @@ -53,9 +53,6 @@ services:
- source-path: ws_secret.json
destination-path: /eth-netstats/ws_secret.json
task-runners:
- name: wait
script:
inline: sleep 1800
- name: geth-staticpeers-helper
description: will gather the IP addresses and generate a static peers file.
image: "gcr.io/whiteblock/helpers/besu/staticpeers:master"
Expand All @@ -79,6 +76,7 @@ tests:
timeout: 3 m
- name: start
description: start the remaining node(s)
duration: 10 m
system:
- name: multigeth_boot_node
type: multigeth_boot_node
Expand All @@ -99,8 +97,4 @@ tests:
- "80:3000"
resources:
networks:
- name: common-network
- name: wait
tasks:
- type: wait
timeout: 1800 s
- name: common-network
4 changes: 2 additions & 2 deletions gossipsub/gossip.md
Expand Up @@ -25,9 +25,9 @@ Gives Gossipsub nodes 15 seconds to start up
Creates a pseudo-randomly generated list of peers for gossipnodes to connect to and generate a deterministic network topology

### run
Runs the testnetwork for 12.5 minutes (750 s)
Runs the testnetwork for 15 minutes

## Tests

### gossip-load-test
Runs a gossipsub network and sends messages for 12.5 minutes (750 s)
Runs a gossipsub network and sends messages for 15 minutes
10 changes: 5 additions & 5 deletions gossipsub/gossip.yaml
Expand Up @@ -151,27 +151,27 @@ tests:
- name: gossip-node1
type: gossip-node1
count: 1
resources:
resources:
networks:
- name: gossip-network
- name: gossip-node2
type: gossip-node2
count: 1
resources:
resources:
networks:
- name: gossip-network
- name: gossip-node3
type: gossip-node3
count: 1
resources:
resources:
networks:
- name: gossip-network
- name: start-orchestra # add in orchestra node
duration: 60 m
duration: 15 m
system:
- name: orchestra-node
type: orchestra-node
count: 1
resources:
resources:
networks:
- name: gossip-network
4 changes: 2 additions & 2 deletions quorum_clique/quorum_clique.md
Expand Up @@ -13,10 +13,10 @@ Service to check the usage, performance and overall state of an Ethereum network
## Tasks

### testnet-expiration
Requires testnet to run for 2 hours.
Requires testnet to run for 10 minutes.

## Tests

| Phase | Duration | Description |
|--------------|------------|---------------------------------------------------------------------|
| Testnet | 2 hours | Run 7 Quorum Geth nodes and Ethstats service for 2 hours on a testnet with no latency or packet loss |
| Testnet | 10 minutes| Run 7 Quorum Geth nodes and Ethstats service on a testnet with no latency or packet loss |
2 changes: 1 addition & 1 deletion quorum_clique/quorum_clique.yaml
Expand Up @@ -44,7 +44,7 @@ tests:
tasks:
- type: static-peers
- name: start-quorum
duration: 120 m
duration: 15 m
system:
- type: Quorum
count: 7
Expand Down

0 comments on commit 13c52a2

Please sign in to comment.