OpenSearch/modules/transport-netty4/src
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
..
main Unify transport settings naming (#36623) 2018-12-14 14:41:04 -07:00
test Universal cluster bootstrap method for tests with autoMinMasterNodes=false (#38038) 2019-02-01 11:34:31 +01:00