summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-06-19 20:34:36 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-06-19 20:34:36 +0900
commitb04ae61831ab0ad543cf6cda475da3e1bba3a7ad (patch)
tree792c81409bde386c6a4d0bcc001d17f39e30f276
parent70fd2c426dd0a61d6bdc76277182936f7a57f465 (diff)
dev-bazel: Improve section about running Elasticsearch tests
-rw-r--r--Documentation/dev-bazel.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt
index 6d5c75aa37..8d70776dd7 100644
--- a/Documentation/dev-bazel.txt
+++ b/Documentation/dev-bazel.txt
@@ -272,11 +272,13 @@ The following values are currently supported for the group name:
[[elasticsearch]]
=== Elasticsearch
-Successfully running the elasticsearch tests may require setting the local
+Successfully running the Elasticsearch tests requires Docker, and
+may require setting the local
link:https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html[virtual memory].
-Bazel link:https://github.com/bazelbuild/bazel/issues/3476[does not currently make container failures visible],
-if any.
+If Docker is not available, the Elasticsearch tests will be skipped.
+Note that Bazel currently does not show
+link:https://github.com/bazelbuild/bazel/issues/3476[the skipped tests].
== Dependencies