@@ -343,51 +343,6 @@ test-solidity:
343343
344344.PHONY : run-tests test test-all test-import test-rpc test-contract test-solidity $(TEST_TARGETS )
345345
346- test-sim-nondeterminism :
347- @echo " Running non-determinism test..."
348- @go test -mod=readonly $(SIMAPP ) -run TestAppStateDeterminism -Enabled=true \
349- -NumBlocks=100 -BlockSize=200 -Commit=true -Period=0 -v -timeout 24h
350-
351- test-sim-random-genesis-fast :
352- @echo " Running random genesis simulation..."
353- @go test -mod=readonly $(SIMAPP ) -run TestFullAppSimulation \
354- -Enabled=true -NumBlocks=100 -BlockSize=200 -Commit=true -Seed=99 -Period=5 -v -timeout 24h
355-
356- test-sim-import-export : runsim
357- @echo " Running application import/export simulation. This may take several minutes..."
358- @$(BINDIR ) /runsim -Jobs=4 -SimAppPkg=$(SIMAPP ) -ExitOnFail 50 5 TestAppImportExport
359-
360- test-sim-after-import : runsim
361- @echo " Running application simulation-after-import. This may take several minutes..."
362- @$(BINDIR ) /runsim -Jobs=4 -SimAppPkg=$(SIMAPP ) -ExitOnFail 50 5 TestAppSimulationAfterImport
363-
364- test-sim-random-genesis-multi-seed : runsim
365- @echo " Running multi-seed custom genesis simulation..."
366- @$(BINDIR ) /runsim -SimAppPkg=$(SIMAPP ) -ExitOnFail 400 5 TestFullAppSimulation
367-
368- test-sim-multi-seed-long : runsim
369- @echo " Running long multi-seed application simulation. This may take awhile!"
370- @$(BINDIR ) /runsim -Jobs=4 -SimAppPkg=$(SIMAPP ) -ExitOnFail 500 50 TestFullAppSimulation
371-
372- test-sim-multi-seed-short : runsim
373- @echo " Running short multi-seed application simulation. This may take awhile!"
374- @$(BINDIR ) /runsim -Jobs=4 -SimAppPkg=$(SIMAPP ) -ExitOnFail 50 10 TestFullAppSimulation
375-
376- test-sim-benchmark-invariants :
377- @echo " Running simulation invariant benchmarks..."
378- @go test -mod=readonly $(SIMAPP ) -benchmem -bench=BenchmarkInvariants -run=^$ \
379- -Enabled=true -NumBlocks=1000 -BlockSize=200 \
380- -Period=1 -Commit=true -Seed=57 -v -timeout 24h
381-
382- .PHONY : \
383- test-sim-nondeterminism \
384- test-sim-custom-genesis-fast \
385- test-sim-import-export \
386- test-sim-after-import \
387- test-sim-custom-genesis-multi-seed \
388- test-sim-multi-seed-short \
389- test-sim-multi-seed-long \
390- test-sim-benchmark-invariants
391346
392347benchmark :
393348 @go test -mod=readonly -bench=. $(PACKAGES_NOSIMULATION )
0 commit comments