From cb8366b3892106d5142d85a10db64f7c537a658c Mon Sep 17 00:00:00 2001 From: yihuang Date: Mon, 5 Aug 2024 15:07:30 +0800 Subject: [PATCH] Problem: integration test don't verify app hash between block-stm and (#1538) * Problem: integration test don't verify app hash between block-stm and sequential Solution: - only enable block-stm on one of the node, try to detect potencial app hash mismatch * Update integration_tests/configs/default.jsonnet Signed-off-by: yihuang * Update integration_tests/configs/default.jsonnet Signed-off-by: yihuang * bypass config validation * fix config --------- Signed-off-by: yihuang Co-authored-by: mmsqe --- integration_tests/configs/default.jsonnet | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/integration_tests/configs/default.jsonnet b/integration_tests/configs/default.jsonnet index 79017e338f..07c62ae363 100644 --- a/integration_tests/configs/default.jsonnet +++ b/integration_tests/configs/default.jsonnet @@ -23,12 +23,12 @@ 'block-range-cap': 10000, 'logs-cap': 10000, }, + evm: { + 'block-executor': 'sequential', + }, mempool: { 'max-txs': 1000, }, - evm: { - 'block-executor': 'block-stm', - }, }, validators: [{ coins: '1000000000000000000stake,10000000000000000000000basetcro', @@ -46,6 +46,10 @@ versiondb: { enable: true, }, + evm: { + 'block-executor': 'block-stm', + 'block-stm-workers': 16, + }, }, }, { coins: '1000000000000000000stake,10000000000000000000000basetcro',