Merge branch 'stable-2.14'
* stable-2.14: Update ES configuration in tests Update git submodules Change-Id: Idcb1889e08bfa28bbcc94ac0fb0f70cda7214f1b
This commit is contained in:
@@ -68,10 +68,9 @@ final class ElasticTestUtils {
|
||||
|
||||
static void configure(Config config, String port) {
|
||||
config.setEnum("index", null, "type", IndexType.ELASTICSEARCH);
|
||||
config.setString("index", null, "protocol", "http");
|
||||
config.setString("index", null, "hostname", "localhost");
|
||||
config.setString("index", null, "port", port);
|
||||
config.setBoolean("index", "elasticsearch", "test", true);
|
||||
config.setString("elasticsearch", "test", "protocol", "http");
|
||||
config.setString("elasticsearch", "test", "hostname", "localhost");
|
||||
config.setString("elasticsearch", "test", "port", port);
|
||||
}
|
||||
|
||||
static ElasticNodeInfo startElasticsearchNode() throws InterruptedException, ExecutionException {
|
||||
|
Reference in New Issue
Block a user