OpenSearch/distribution
Alpar Torok bc85b22c1f
Complete testclusters backport (#47623)
* Use versions specific distribution folders so we don't need to clean up (#46539)

* Retry deleting distro dir on windows

When retarting the cluster we clean up old distribution files that might
still be in use by the OS.
Windows closes resources of ded processes async, so we do a couple of
retries to get arround it.

Closes #46014

* Avoid having to delete the distro folder.

* Remove the use of ClusterFormationTasks form RestTestTask (#47022)

This PR removes a use-case of the ClusterFormationTasks and converts a
project that flew under the radar so far.
There's probably more clean-up possible here, but for now the goal is
to be able to remove that code after `RunTask` is also updated.

* Migrate some 7.x only projects
2019-10-07 11:43:57 +03:00
..
archives Complete testclusters backport (#47623) 2019-10-07 11:43:57 +03:00
bwc Disable bwc distribution caching in master branch (#46686) 2019-09-18 11:52:17 -07:00
docker Add workaround for building docker on debian 8 (#47106) 2019-09-30 09:35:45 +03:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:21:21 -04:00
packages Work around error building deb on Windows (#47011) 2019-09-27 09:04:29 +03:00
src Move ES_TMPDIR substitution into jvm options parser (#47189) 2019-10-04 19:12:28 -04:00
tools Fix compilation in JVM options parser code 2019-10-04 19:29:20 -04:00
build.gradle Spawn controller processes from a different directory on macOS (#47013) 2019-09-27 14:02:40 +01:00