Browse Source

e2e: always enable blocksync (#7144)

I believe it was the case that blocksync was not consistently enabled in master, and this makes makes it the default in the master tests.
pull/7145/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
a30860a307
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/e2e/generator/generate.go

+ 1
- 0
test/e2e/generator/generate.go View File

@ -278,6 +278,7 @@ func generateNode(
Database: nodeDatabases.Choose(r),
PrivvalProtocol: nodePrivvalProtocols.Choose(r),
Mempool: nodeMempools.Choose(r),
BlockSync: "v0",
StateSync: e2e.StateSyncDisabled,
PersistInterval: ptrUint64(uint64(nodePersistIntervals.Choose(r).(int))),
SnapshotInterval: uint64(nodeSnapshotIntervals.Choose(r).(int)),


Loading…
Cancel
Save