Browse Source

e2e: change ci network configuration (#7988)

pull/7986/head
Sam Kleinman 2 years ago
committed by GitHub
parent
commit
06e6d3f2e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      test/e2e/networks/ci.toml

+ 5
- 5
test/e2e/networks/ci.toml View File

@ -38,7 +38,7 @@ block_sync = "v0"
[node.validator02]
abci_protocol = "tcp"
database = "boltdb"
database = "cleveldb"
persist_interval = 0
perturb = ["restart"]
privval_protocol = "tcp"
@ -62,21 +62,21 @@ database = "rocksdb"
persistent_peers = ["validator01"]
perturb = ["pause"]
block_sync = "v0"
privval_protocol = "tcp"
[node.validator05]
database = "cleveldb"
block_sync = "v0"
database = "badgerdb"
state_sync = "p2p"
seeds = ["seed01"]
start_at = 1005 # Becomes part of the validator set at 1010
abci_protocol = "grpc"
abci_protocol = "builtin"
perturb = ["pause", "disconnect", "restart"]
privval_protocol = "tcp"
[node.full01]
mode = "full"
start_at = 1010
block_sync = "v0"
database = "boltdb"
persistent_peers = ["validator01", "validator02", "validator03", "validator04"]
perturb = ["restart"]
retain_blocks = 10


Loading…
Cancel
Save