OpenSearch/buildSrc
Alpar Torok 5fd7505efc Testfixtures allow a single service only (#46780)
This PR adds some restrictions around testfixtures to make sure the same service ( as defiend in docker-compose.yml ) is not shared between multiple projects.
Sharing would break running with --parallel.

Projects can still share fixtures as long as each has it;s own service within.
This is still useful to share some of the setup and configuration code of the fixture.

Project now also have to specify a service name when calling useCluster to refer to a specific service.
If this is not the case all services will be claimed and the fixture can't be shared.
For this reason fixtures have to explicitly specify if they are using themselves ( fixture and tests in the same project ).
2019-09-23 14:13:49 +03:00
..
reaper Fix backwards compatibility with pre-Java11 build-tools users (#45633) 2019-08-15 18:39:11 -07:00
src Testfixtures allow a single service only (#46780) 2019-09-23 14:13:49 +03:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Use AdoptOpenJDK as the bundled JDK (#46470) (#46785) 2019-09-17 13:40:35 -07:00
settings.gradle Use AdoptOpenJDK as the bundled JDK (#46470) (#46785) 2019-09-17 13:40:35 -07:00
version.properties Bundle AdoptOpenJDK 13 (#46860) 2019-09-19 08:56:17 -04:00