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
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
no-bootstrap-tests
rolling-upgrade AwaitsFix RecoveryIT#testHistoryUUIDIsGenerated 2018-07-23 08:56:43 -04:00
smoke-test-client
smoke-test-http
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
smoke-test-multinode
smoke-test-plugins
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