We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cf8a3 commit 095787fCopy full SHA for 095787f
Rakefile
@@ -71,6 +71,20 @@ namespace :test do
71
Rake::Task['ci:setup:minitest'].invoke
72
end
73
74
+
75
+ namespace :server do
76
+ desc "Start Elasticsearch nodes for tests"
77
+ task :start do
78
+ require 'elasticsearch/extensions/test/cluster'
79
+ Elasticsearch::Extensions::Test::Cluster.start
80
+ end
81
82
+ desc "Stop Elasticsearch nodes for tests"
83
+ task :stop do
84
85
+ Elasticsearch::Extensions::Test::Cluster.stop
86
87
88
89
90
desc "Generate documentation for all subprojects"
0 commit comments