Skip to content

Commit

Permalink
tests: fix NodeCrash prints in logs
Browse files Browse the repository at this point in the history
So that it shows the node name properly
  • Loading branch information
jcsp committed Aug 8, 2022
1 parent 73edc8a commit 06e92c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rptest/services/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ def __str__(self):
else:
names = ",".join([c[0].name for c in self.crashes])
return f"<NodeCrash ({names}) {example}>"

def __repr__(self):
return self.__str__()

0 comments on commit 06e92c8

Please sign in to comment.