OpenSearch/qa
David Roberts 2608012422
Add temporary directory cleanup workarounds (#32615)
On some Linux distributions tmpfiles.d cleans files and
directories under /tmp if they haven't been accessed for
10 days.

This can cause problems for ML as ML is currently the only
component that uses the temp directory more than a few
seconds after startup. If you didn't open an ML job for
10 days and then tried to open one then the temp directory
would have been deleted.

This commit prevents the problem occurring in the case of
Elasticsearch being managed by systemd, as systemd private
temp directories are not subject to periodic cleanup (by
default).

Additionally there are now some docs to warn people about
the risk and suggest a manual mitigation for .tar.gz users.
2018-08-07 16:59:56 +01:00
..
ccs-unavailable-clusters Check that client methods match API defined in the REST spec (#31825) 2018-07-17 11:26:28 +02:00
die-with-dignity Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
evil-tests Add AwaitsFix to failing test - see #32546 2018-08-01 14:28:00 +01:00
full-cluster-restart Switch full-cluster-restart to new style Requests (#32140) 2018-07-20 17:33:15 -04:00
mixed-cluster Fix BwC Tests looking for UUID Pre 6.4 (#32158) 2018-07-18 15:32:36 +02:00
multi-cluster-search Cross Cluster Search: preserve remote status code (#30976) 2018-06-01 08:53:53 +02:00
no-bootstrap-tests Plugins: Remove meta plugins (#30670) 2018-05-18 10:56:08 -07:00
rolling-upgrade AwaitsFix RecoveryIT#testHistoryUUIDIsGenerated 2018-07-23 08:56:43 -04:00
smoke-test-client Revert upgrade to Netty 4.1.25.Final (#31282) 2018-06-12 19:26:18 -04:00
smoke-test-http Revert upgrade to Netty 4.1.25.Final (#31282) 2018-06-12 19:26:18 -04:00
smoke-test-ingest-disabled Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-ingest-with-all-dependencies Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
smoke-test-multinode QA: System property to override distribution (#30591) 2018-05-15 17:16:16 -04:00
smoke-test-plugins Move repository-s3 fixture tests to QA test project (#29372) 2018-04-27 16:49:06 +02:00
vagrant Add temporary directory cleanup workarounds (#32615) 2018-08-07 16:59:56 +01:00
verify-version-constants Switch non-x-pack to new style requests (#32106) 2018-07-16 17:44:19 -04:00
wildfly Suppress Wildfly test in FIPS JVMs (#32543) 2018-08-03 17:57:30 +01:00
build.gradle QA: Fix resolution of default distribution (#31351) 2018-06-14 18:25:47 -04:00