simplify reproducer

This commit is contained in:
William Banfield
2021-09-30 14:17:25 -04:00
parent 975f1be56a
commit 0ed5d4311e
2 changed files with 9 additions and 30 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ terraform.tfstate.backup
terraform.tfstate.d
test/app/grpc_client
test/e2e/build
test/e2e/networks/*/
test/e2e/networks/ci
test/e2e/networks/gen
test/e2e/networks/simple
test/e2e/networks/single
test/logs
test/p2p/data/
vendor
@@ -7,9 +7,8 @@ ipv6 = true
initial_height = 1000
key_type = "secp256k1"
evidence = 1
log_level = ""
queue_type = "priority"
TxSize = 10240
TxSize = 20480
[initial_state]
initial01 = "a"
@@ -32,61 +31,38 @@ TxSize = 10240
database = "badgerdb"
abci_protocol = "builtin"
privval_protocol = "file"
start_at = 0
block_sync = "v0"
mempool_version = "v0"
state_sync = ""
persist_interval = 5
snapshot_interval = 3
retain_blocks = 0
perturb = []
log_level = ""
use_legacy_p2p = false
[node.validator02]
mode = "validator"
persistent_peers = ["validator01"]
database = "goleveldb"
database = "badgerdb"
abci_protocol = "builtin"
privval_protocol = "file"
start_at = 0
block_sync = "v0"
mempool_version = "v1"
state_sync = ""
persist_interval = 5
snapshot_interval = 3
retain_blocks = 0
perturb = []
log_level = ""
use_legacy_p2p = false
[node.validator03]
mode = "validator"
persistent_peers = ["validator02"]
database = "rocksdb"
database = "badgerdb"
abci_protocol = "builtin"
privval_protocol = "file"
start_at = 0
block_sync = "v0"
mempool_version = "v0"
state_sync = ""
persist_interval = 0
snapshot_interval = 3
retain_blocks = 0
perturb = ["pause"]
log_level = ""
use_legacy_p2p = false
[node.validator04]
mode = "validator"
persistent_peers = ["validator03", "validator02"]
database = "badgerdb"
abci_protocol = "tcp"
abci_protocol = "builtin"
privval_protocol = "file"
start_at = 1005
block_sync = "v0"
mempool_version = "v0"
state_sync = "p2p"
persist_interval = 5
snapshot_interval = 0
retain_blocks = 14
perturb = ["kill"]
log_level = ""
perturb = ["kill", "kill", "kill"]
use_legacy_p2p = true