mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
The `data-streams/downsampling.asciidoc` test was missing a teardown clean of the ILM policies created. Due to this tests *do not have* the string `ilm` in its name, the automatic teardown process that cleans up the resources (check `ESRestTestCase.java#L815` & `DocsClientYamlTestSuiteIT.java` lines 177 & 195) is not executed for this specific test. In the case this test runs right before the `get-lifecycle` test, the policy won't be automatically deleted hence the test checking the version will fail. Finally, the order of execution of the test is not guaranteed by the suite. |
||
---|---|---|
.. | ||
actions | ||
apis | ||
error-handling.asciidoc | ||
example-index-lifecycle-policy.asciidoc | ||
ilm-actions.asciidoc | ||
ilm-and-snapshots.asciidoc | ||
ilm-concepts.asciidoc | ||
ilm-index-lifecycle.asciidoc | ||
ilm-overview.asciidoc | ||
ilm-skip-rollover.asciidoc | ||
ilm-tutorial.asciidoc | ||
ilm-with-existing-indices.asciidoc | ||
index-rollover.asciidoc | ||
index.asciidoc | ||
set-up-lifecycle-policy.asciidoc | ||
start-stop.asciidoc | ||
update-lifecycle-policy.asciidoc |