Skip to content

Commit

Permalink
GH-1510 Modify nodeos_under_min_avail_ram.py to run with instant-fina…
Browse files Browse the repository at this point in the history
…lity enabled
  • Loading branch information
heifner committed Jan 30, 2024
1 parent de6c9bc commit 881a989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeos_under_min_avail_ram.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
maxRAMFlag="--chain-state-db-size-mb"
maxRAMValue=1010
extraNodeosArgs=" %s %d %s %d --http-max-response-time-ms 990000 " % (minRAMFlag, minRAMValue, maxRAMFlag, maxRAMValue)
if cluster.launch(onlyBios=False, pnodes=pNodes, totalNodes=totalNodes, totalProducers=totalNodes, extraNodeosArgs=extraNodeosArgs) is False:
if cluster.launch(onlyBios=False, pnodes=pNodes, totalNodes=totalNodes, totalProducers=totalNodes, activateIF=True, extraNodeosArgs=extraNodeosArgs) is False:
Utils.cmdError("launcher")
errorExit("Failed to stand up eos cluster.")

Expand Down

0 comments on commit 881a989

Please sign in to comment.