Skip to content

Commit 542e948

Browse files
committed
fail correctly when bootstrap fails
1 parent 9745e0c commit 542e948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/long/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def bootstrap(node, data_center=None, token=None):
124124
start(node)
125125
except:
126126
log.error('Added node failed to start twice.')
127+
raise e1
127128

128129

129130
def ring(node):

0 commit comments

Comments
 (0)