Skip to content

Commit

Permalink
allow error for connection reset by peer when in emergency mode.. as …
Browse files Browse the repository at this point in the history
…we shut down the node.
  • Loading branch information
ranlavanet committed Mar 21, 2024
1 parent 582a1dd commit 6fb97af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testutil/e2e/allowedErrorList.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ 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",
}

var allowedErrorsPaymentE2E = map[string]string{
Expand Down

0 comments on commit 6fb97af

Please sign in to comment.