elasticsearch/qa/smoke-test-http
Niels Bauman c72d00fd39
Don't start a new node in InternalTestCluster#getClient (#127318)
This method would default to starting a new node when the cluster was
empty. This is pretty trappy as `getClient()` (or things like
`getMaster()` that depend on `getClient()`) don't look at all like
something that would start a new node.

In any case, the intention of tests is much clearer when they explicitly
define a cluster configuration.
2025-04-25 10:07:52 +02:00
..
src Don't start a new node in InternalTestCluster#getClient (#127318) 2025-04-25 10:07:52 +02:00
build.gradle Migrate legacy QA projects to new test clusters framework (#125545) 2025-03-26 10:05:56 -07:00