Merge PR #4861: Simulation Fixes
This commit is contained in:
@@ -86,8 +86,9 @@ test_race:
|
||||
@VERSION=$(VERSION) go test -mod=readonly -race $(PACKAGES_NOSIMULATION)
|
||||
|
||||
test_sim_nondeterminism:
|
||||
@echo "Running nondeterminism test..."
|
||||
@go test -mod=readonly $(SIMAPP) -run TestAppStateDeterminism -Enabled=true -v -timeout 10m
|
||||
@echo "Running non-determinism test..."
|
||||
@go test -mod=readonly $(SIMAPP) -run TestAppStateDeterminism -Enabled=true \
|
||||
-NumBlocks=100 -BlockSize=200 -Commit=true -v -timeout 24h
|
||||
|
||||
test_sim_custom_genesis_fast:
|
||||
@echo "Running custom genesis simulation..."
|
||||
@@ -125,7 +126,6 @@ test_sim_benchmark_invariants:
|
||||
.PHONY: test \
|
||||
test_sim_nondeterminism \
|
||||
test_sim_custom_genesis_fast \
|
||||
test_sim_fast \
|
||||
test_sim_import_export \
|
||||
test_sim_after_import \
|
||||
test_sim_custom_genesis_multi_seed \
|
||||
|
||||
Reference in New Issue
Block a user