elasticsearch/build-tools
Rene Groeschke 98e26e082f
Fix task dependency wiring for multi node test clusters (#74692) (#74738)
* Fix task dependency wiring for multi node test clusters

for multi node test cluster configurations we accidentally miss calculating the proper
task dependencies in TestClusterAware. This moves the task dependency declaration
in TestClusterAware to use the live collection method nodes#all instead of nodes.forEach
which will also take nodes into account that are added later to the cluster _after_
this configuration block is triggered.

* Fix duplicate lines
2021-07-01 03:48:53 -04:00
..
reaper Move public build api into included build #72861 (7.x backport) (#73715) 2021-06-07 15:56:21 +02:00
src Fix task dependency wiring for multi node test clusters (#74692) (#74738) 2021-07-01 03:48:53 -04:00
build.gradle Clean up build tools dependencies and fix maven coordinates (#74520) (#74569) 2021-06-24 09:39:48 -07:00
settings.gradle Move public build api into included build #72861 (7.x backport) (#73715) 2021-06-07 15:56:21 +02:00