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:
David Pursehouse
2020-04-03 10:08:51 +09:00
10 changed files with 54 additions and 11 deletions

View File

@@ -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(

View File

@@ -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(