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

TestCircuitBreaker fails in main branch #3592

Closed staheri14 closed 1 week ago

staheri14 commented 1 week ago

Problem

TestCircuitBreaker fails in main branch.

=== RUN   TestCircuitBreaker
    circuit_breaker_test.go:65: 
            Error Trace:    /home/runner/work/celestia-app/celestia-app/app/test/circuit_breaker_test.go:65
            Error:          Not equal: 
                            expected: 0x1
                            actual  : 0x25
            Test:           TestCircuitBreaker
            Messages:       message type /celestia.signal.v1.MsgTryUpgrade is not supported in version 1: feature not supported
    circuit_breaker_test.go:66: 
            Error Trace:    /home/runner/work/celestia-app/celestia-app/app/test/circuit_breaker_test.go:66
            Error:          "message type /celestia.signal.v1.MsgTryUpgrade is not supported in version 1: feature not supported" does not contain "circuit breaker disables execution of this message: /celestia.signal.v1.MsgTryUpgrade"
            Test:           TestCircuitBreaker

Acceptance Criteria