Skip to content

Commit

Permalink
chore: add log debug for not running node
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Jul 26, 2024
1 parent 8ada4ee commit 8a35538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/configurer/chain/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ func (n *NodeConfig) Run() error {
// This fails if unsuccessful.
_, err := n.QueryCurrentHeight()
if err != nil {
st, _ := n.rpcClient.Status(context.Background())
n.t.Logf("failed to query current height, status %+v: %s", st, err.Error())
return false
}
n.t.Logf("started node container: %s", n.Name)
Expand Down

0 comments on commit 8a35538

Please sign in to comment.