elasticsearch/docs/reference/ilm/apis
Pablo Alcantar Morales 132290f8a3
fix flaky docs tests `get-lifecycle` (#95529)
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.
2023-04-26 12:10:49 +02:00
..
delete-lifecycle.asciidoc
explain.asciidoc
get-lifecycle.asciidoc fix flaky docs tests `get-lifecycle` (#95529) 2023-04-26 12:10:49 +02:00
get-status.asciidoc
ilm-api.asciidoc
migrate-to-data-tiers.asciidoc
move-to-step.asciidoc [DOCS] ILM Move Step example only phase (#93161) 2023-01-23 16:41:24 +01:00
put-lifecycle.asciidoc
remove-policy-from-index.asciidoc
retry-policy.asciidoc
start.asciidoc
stop.asciidoc