Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Dec 3, 2024
1 parent 7e5c315 commit b357632
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/nodeos_eos_evm_brownietest.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,9 @@ def toDict(dictToParse):
shipNodeNum = total_nodes - 1
specificExtraNodeosArgs[shipNodeNum]="--plugin eosio::state_history_plugin --state-history-endpoint 127.0.0.1:8999 --trace-history --chain-state-history --disable-replay-opts "

extraNodeosArgs="--contracts-console --resource-monitor-not-shutdown-on-threshold-exceeded --transaction-retry-max-storage-size-gb 1"
specificExtraNodeosArgs[1]="--transaction-retry-max-storage-size-gb 1 "

extraNodeosArgs="--contracts-console --resource-monitor-not-shutdown-on-threshold-exceeded "

Print("Stand up cluster")
if cluster.launch(pnodes=pnodes, totalNodes=total_nodes, extraNodeosArgs=extraNodeosArgs, specificExtraNodeosArgs=specificExtraNodeosArgs,loadSystemContract=False,activateIF=True,delay=5) is False:
Expand Down Expand Up @@ -404,7 +406,7 @@ def toDict(dictToParse):
# Setup eos-evm-miner
#
if useMiner is not None:
setEosEvmMinerEnv(prodNode)
setEosEvmMinerEnv(nonProdNode)
dataDir = Utils.DataDir + "eos-evm-miner"
outDir = dataDir + "/eos-evm-miner.stdout"
errDir = dataDir + "/eos-evm-miner.stderr"
Expand Down

0 comments on commit b357632

Please sign in to comment.