Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: Add support for Elasticsearch version 7.3.* Also update ElasticV7QueryProjectsTest to use V7_3. Change-Id: Ib7081c5b15756e2ca91d448430928b2f5b8aca50
This commit is contained in:
@@ -41,7 +41,7 @@ public class ElasticV7QueryAccountsTest extends AbstractQueryAccountsTest {
|
||||
return;
|
||||
}
|
||||
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_2);
|
||||
container = ElasticContainer.createAndStart(ElasticVersion.V7_3);
|
||||
nodeInfo = new ElasticNodeInfo(container.getHttpHost().getPort());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user