celestiaorg / celestia-app

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk
https://celestia.org
Apache License 2.0
328 stars 261 forks source link

txsim fails to start in e2e benchmark tests #3589

Closed staheri14 closed 1 week ago

staheri14 commented 1 week ago

Problem

When running benchmark test go run ./test/e2e/benchmark -v , the following error occurs:

{"level":"error","error":"starting is only allowed in state 'Committed' or 'Stopped'. Current state of sidecar 'Started' is '%!s(MISSING)'","name":"txsim0","time":"2024-06-18T13:39:37-07:00","message":"txsim failed to start"}
2024/06/18 13:39:37 failed to run the benchmark test: failed to start tx clients: starting is only allowed in state 'Committed' or 'Stopped'. Current state of sidecar 'Started' is '%!s(MISSING)'

Acceptance Criteria