mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
test: enable blockchain v2 in E2E testnet generator (#5533)
When #5499 and #5530 land, we can re-enable v2 in the E2E testnet generator (and thus the nightly E2E tests).
This commit is contained in:
committed by
Erik Grinaker
parent
b17b28a163
commit
d113da01cd
@@ -27,9 +27,8 @@ var (
|
||||
nodeDatabases = uniformChoice{"goleveldb", "cleveldb", "rocksdb", "boltdb", "badgerdb"}
|
||||
nodeABCIProtocols = uniformChoice{"unix", "tcp", "grpc", "builtin"}
|
||||
nodePrivvalProtocols = uniformChoice{"file", "unix", "tcp"}
|
||||
// FIXME disabled v1 due to https://github.com/tendermint/tendermint/issues/5444
|
||||
// FIXME disabled v2 due to https://github.com/tendermint/tendermint/issues/5513
|
||||
nodeFastSyncs = uniformChoice{"", "v0"} // "v1", "v2"
|
||||
// FIXME v1 disabled due to https://github.com/tendermint/tendermint/issues/5444
|
||||
nodeFastSyncs = uniformChoice{"", "v0", "v2"} // "v1",
|
||||
nodeStateSyncs = uniformChoice{false, true}
|
||||
nodePersistIntervals = uniformChoice{0, 1, 5}
|
||||
nodeSnapshotIntervals = uniformChoice{0, 3}
|
||||
|
||||
Reference in New Issue
Block a user