elasticsearch/qa/rolling-upgrade
Rene Groeschke c1e7781208
Avoid creating unused test tasks (#74644) (#74746)
With the overall theme of trying to configure and add less to the build instead of just disabling it later,
we're replacing standalone-test by standalone-rest tasks avoids creating the
unused test tasks.

Standalone rest test plugin and the other rest test plugins behave a little bit different in the sense how source sets and test tasks are wired.

The standalone rest test plugin assumes that all RestTestTasks are using the same sourceSet (test). The yaml, java Rest test plugins use one dedicated sourceSet per test task.

In the long run we probably will migrate standalone-rest-test usages to one of the other plugins and deprecate standalone-rest-test

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2021-07-05 04:00:23 -04:00
..
src/test Rename o.e.common in libs/core to o.e.core (#73909) (#73920) 2021-06-08 14:17:44 -07:00
build.gradle Avoid creating unused test tasks (#74644) (#74746) 2021-07-05 04:00:23 -04:00