summaryrefslogtreecommitdiff
path: root/qa/no-bootstrap-tests/build.gradle
diff options
context:
space:
mode:
authorDavid Roberts <dave.roberts@elastic.co>2016-11-17 09:58:09 +0000
committerGitHub <noreply@github.com>2016-11-17 09:58:09 +0000
commit116593e5f519dc8fdaa1ae76b6bcf72fb1006750 (patch)
tree60eb5bbf64cdda08ac0d4fdc1d6c96045c5b75b5 /qa/no-bootstrap-tests/build.gradle
parent36ac9fdfe1d8c9a6fbab8d6ee0f44bcfdbaca404 (diff)
Adjust bootstrap sequence (#21543)
Added the ability for plugins to spawn a controller process at startup
Diffstat (limited to 'qa/no-bootstrap-tests/build.gradle')
-rw-r--r--qa/no-bootstrap-tests/build.gradle26
1 files changed, 26 insertions, 0 deletions
diff --git a/qa/no-bootstrap-tests/build.gradle b/qa/no-bootstrap-tests/build.gradle
new file mode 100644
index 0000000000..16ac5e2769
--- /dev/null
+++ b/qa/no-bootstrap-tests/build.gradle
@@ -0,0 +1,26 @@
+/*
+ * Licensed to Elasticsearch under one or more contributor
+ * license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright
+ * ownership. Elasticsearch licenses this file to you under
+ * the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
+ * Tests that need to run without the Elasticsearch bootstrap, for
+ * example to test process spawning.
+ */
+
+apply plugin: 'elasticsearch.standalone-test'
+