Skip to content

Commit

Permalink
Add "Connection refused" to allowedErrorsDuringEmergencyMode
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Sep 15, 2024
1 parent 6ace409 commit a0ebc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/e2e/allowedErrorList.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var allowedErrors = map[string]string{

var allowedErrorsDuringEmergencyMode = map[string]string{
"connection refused": "Connection to tendermint port sometimes can happen as we shut down the node and we try to fetch info during emergency mode",
"Connection refused": "Connection to tendermint port sometimes can happen as we shut down the node and we try to fetch info during emergency mode",
"connection reset by peer": "Connection to tendermint port sometimes can happen as we shut down the node and we try to fetch info during emergency mode",
"Failed Querying EpochDetails": "Connection to tendermint port sometimes can happen as we shut down the node and we try to fetch info during emergency mode",
}
Expand Down

0 comments on commit a0ebc45

Please sign in to comment.