Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix make test-sim-import-export #496

Open
jmastr opened this issue Dec 16, 2024 · 0 comments
Open

fix make test-sim-import-export #496

jmastr opened this issue Dec 16, 2024 · 0 comments
Labels
bug Something isn't working Planetmint

Comments

@jmastr
Copy link
Collaborator

jmastr commented Dec 16, 2024

Expected behavior

$ make test-sim-import-export`
Running application import/export simulation. This may take several minutes...
Allocating 4 workers...
[W1] Worker is up and running
[W2] Worker is up and running
[W0] Worker is up and running
[W3] Worker is up and running
...
[W2] Spawned simulation with pid 45137 [seed=673398983 stdout=/tmp/sim-logs-3624368004/app-simulation-seed-673398983-date-12-16-2024_074246.stdout stderr=/tmp/sim-logs-3624368004/app-simulation-seed-673398983-date-12-16-2024_074246.stderr]
[W1] no seeds left, shutting down
[W2] no seeds left, shutting down
[W0] no seeds left, shutting down
[W3] no seeds left, shutting down

Actual behavior

$ make test-sim-import-export`
Running application import/export simulation. This may take several minutes...
Allocating 4 workers...
[W1] Worker is up and running
[W2] Worker is up and running
[W0] Worker is up and running
[W3] Worker is up and running
...
exit status 1
[W0] Seed 7: FAILED
To reproduce run: go test . -run TestAppImportExport -Enabled=true -NumBlocks=50 -Genesis= -Verbose=true -Commit=true -Seed=7 -Period=5 -ExportParamsPath /tmp/sim-logs-698928742/sim_params-7.json -ExportStatePath /tmp/sim-logs-698928742/sim_state-7.json -v -timeout 24h
ERROR OUTPUT

exit status 1
panic: halting simulations

goroutine 35 [running]:
main.worker(0x0, 0xc000234770, 0xc000282000)
        /go/pkg/mod/github.com/cosmos/tools/cmd/[email protected]/main.go:216 +0x825
main.main.func2(0x0?)
        /go/pkg/mod/github.com/cosmos/tools/cmd/[email protected]/main.go:160 +0x4b
created by main.main in goroutine 1
        /go/pkg/mod/github.com/cosmos/tools/cmd/[email protected]/main.go:158 +0xe3b
make: *** [Makefile:285: test-sim-import-export] Error 2
@jmastr jmastr added the bug Something isn't working label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Planetmint
Projects
None yet
Development

No branches or pull requests

2 participants