Merge PR #4861: Simulation Fixes

This commit is contained in:
Alexander Bezobchuk
2019-08-07 12:54:13 -04:00
committed by GitHub
parent ddf0e6fe36
commit 42c54f8d0c
5 changed files with 43 additions and 29 deletions
+3 -3
View File
@@ -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 \