We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b996c commit dae41cdCopy full SHA for dae41cd
1 file changed
x-pack/qa/integration/support/helpers.rb
@@ -48,7 +48,7 @@ def elasticsearch(options = {})
48
# Launch in the background and wait for /started/ stdout
49
cmd = "bin/elasticsearch #{settings_arguments.join(' ')}"
50
puts "Running elasticsearch: #{cmd}"
51
- response = Belzebuth.run(cmd, { :directory => get_elasticsearch_path, :wait_condition => /license.*valid/, :timeout => 15 * 60 })
+ response = Belzebuth.run(cmd, { :directory => get_elasticsearch_path, :wait_condition => /ClusterStateLicenseService.*license.*valid/, :timeout => 15 * 60 })
52
unless response.successful?
53
raise "Could not start Elasticsearch, response: #{response}"
54
end
0 commit comments