OpenSearch/x-pack/qa/oidc-op-tests
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
..
src/test/java/org/elasticsearch/xpack/security/authc/oidc Allow Transport Actions to indicate authN realm (#45946) 2019-08-25 19:36:41 +03:00
build.gradle Testfixtures allow a single service only (#46780) 2019-09-23 14:13:49 +03:00