Merge branch 'stable-3.0' into stable-3.1
* stable-3.0:
e2e-tests: Add JAVA_OPTS support to the framework
ElasticV{6,7}QueryChangesTest: Add comment about issue 10120
Change-Id: I332481174cb4f8d0e5255fc08ab49b5452eda029
This commit is contained in:
@@ -63,6 +63,8 @@ public class ElasticV6QueryChangesTest extends AbstractQueryChangesTest {
|
||||
|
||||
@After
|
||||
public void closeIndex() throws Exception {
|
||||
// Close the index after each test to prevent exceeding Elasticsearch's
|
||||
// shard limit (see Issue 10120).
|
||||
client
|
||||
.execute(
|
||||
new HttpPost(
|
||||
|
||||
@@ -63,6 +63,8 @@ public class ElasticV7QueryChangesTest extends AbstractQueryChangesTest {
|
||||
|
||||
@After
|
||||
public void closeIndex() throws Exception {
|
||||
// Close the index after each test to prevent exceeding Elasticsearch's
|
||||
// shard limit (see Issue 10120).
|
||||
client
|
||||
.execute(
|
||||
new HttpPost(
|
||||
|
||||
Reference in New Issue
Block a user