Skip to content

Commit

Permalink
add error to allow list that can happen when shutting down the node
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Nov 26, 2024
1 parent 1fa0b3f commit 7dcbd75
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 @@ -17,6 +17,7 @@ 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 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",
"http://[IP_ADDRESS]:26657": "This error is allowed because it can happen when EOF error happens when we shut down the node in emergency mode",
}

var allowedErrorsPaymentE2E = map[string]string{
Expand Down

0 comments on commit 7dcbd75

Please sign in to comment.