OpenSearch/test/framework
Andrey Ershov bfd618cf83
Universal cluster bootstrap method for tests with autoMinMasterNodes=false (#38038)
Currently, there are a few tests that use autoMinMasterNodes=false and
hence override addExtraClusterBootstrapSettings, mostly this is 10-30
lines of codes that are copy-pasted from class to class.

This PR introduces `InternalTestCluster.setBootstrapMasterNodeIndex`
which is suitable for all classes and copy-paste could be removed.

Removing code is always a good thing!
2019-02-01 11:34:31 +01:00
..
src Universal cluster bootstrap method for tests with autoMinMasterNodes=false (#38038) 2019-02-01 11:34:31 +01:00
build.gradle Testing conventions now checks for tests in main (#37321) 2019-01-24 17:30:50 +02:00