OpenSearch/docs/reference/mapping
Nik Everett 4b1c116461 Generate and run tests from the docs
Adds infrastructure so `gradle :docs:check` will extract tests from
snippets in the documentation and execute the tests. This is included
in `gradle check` so it should happen on CI and during a normal build.

By default each `// AUTOSENSE` snippet creates a unique REST test. These
tests are executed in a random order and the cluster is wiped between
each one. If multiple snippets chain together into a test you can annotate
all snippets after the first with `// TEST[continued]` to have the
generated tests for both snippets joined.

Snippets marked as `// TESTRESPONSE` are checked against the response
of the last action.

See docs/README.asciidoc for lots more.

Closes #12583. That issue is about catching bugs in the docs during build.
This catches *some* bugs in the docs during build which is a good start.
2016-05-05 13:58:03 -04:00
..
dynamic Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
fields Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
params Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
types Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
dynamic-mapping.asciidoc Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
fields.asciidoc Docs: Another bad asciidoc link 2015-08-15 18:25:34 +02:00
params.asciidoc Generate and run tests from the docs 2016-05-05 13:58:03 -04:00
types.asciidoc Add new IPv6 types to docs where it's supported 2016-04-26 11:38:49 -07:00