Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Add more diagnostic info when bootstrapping fails
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulCalabrese committed Aug 30, 2018
1 parent 9ac871b commit 5ff59ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ def bios_bootstrap(totalNodes, biosHost, biosPort, dontKill=False):
for line in bootFile:
if p.search(line):
Utils.Print("ERROR: bios_boot.sh script resulted in errors. See %s" % (bootlog))
Utils.Print(line)
return None

producerKeys=Cluster.parseClusterKeys(totalNodes)
Expand Down

0 comments on commit 5ff59ab

Please sign in to comment.