Skip to content

Commit

Permalink
Merge branch 'deepanshutr/migration' of https://github.com/AssetMantl…
Browse files Browse the repository at this point in the history
…e/modules into mukund/setup

# Conflicts:
#	modules/assets/internal/mappable/mappable_test.go
#	modules/classifications/internal/mappable/mappable_test.go
#	modules/identities/internal/mappable/mappable_test.go
#	schema/data/base/listData_test.go
#	schema/documents/base/document_test.go
  • Loading branch information
mukundrawat committed Nov 22, 2022
1 parent 6ed75e7 commit ffaa909
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ test-sim-custom-genesis-fast:
-Enabled=true -NumBlocks=100 -BlockSize=200 -Commit=true -Seed=99 -Period=5 -v -timeout 24h

test-sim-full-application:
@echo "Running custom genesis simulation..."
@echo "By default, ${HOME}/.assetNode/config/genesis.json will be used."
@echo "Running full app..."
@go test -mod=readonly $(SIMAPP) -run=TestFullAppSimulation \
-Enabled=true -NumBlocks=100 -BlockSize=200 -Commit=true -Seed=99 -Period=5 -v -timeout 24h

test-sim-import-export: runsim
@echo "Running application import/export simulation. This may take several minutes..."
@$(BINDIR)/runsim -Jobs=4 -SimAppPkg=$(SIMAPP) 50 5 TestAppImportExport


test-sim-after-import: runsim
@echo "Running application simulation-after-import. This may take several minutes..."
@$(BINDIR)/runsim -Jobs=4 -SimAppPkg=$(SIMAPP) 50 5 TestAppSimulationAfterImport
Expand All @@ -111,6 +111,7 @@ test-sim-benchmark-invariants:
-Period=1 -Commit=true -Seed=57 -v -timeout 24h

.PHONY: \
test-sim-full-application \
test-sim-nondeterminism \
test-sim-custom-genesis-fast \
test-sim-import-export \
Expand Down

0 comments on commit ffaa909

Please sign in to comment.