Add Elasticsearch 8.8 snapshot to test matrix (#543)

And increase the test ES node heap size to prevent circuit 
breaker exceptions due to better memory accounting in
elastic/elasticsearch#89437.
This commit is contained in:
David Kyle 2023-05-24 11:59:41 +01:00 committed by GitHub
parent e0c08e42a0
commit 7ca8376f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -146,7 +146,7 @@ set -x
docker run \
--name "$NODE_NAME" \
--network "$NETWORK_NAME" \
--env ES_JAVA_OPTS=-"Xms1g -Xmx1g" \
--env ES_JAVA_OPTS=-"Xms2g -Xmx2g" \
"${environment[@]}" \
"${volumes[@]}" \
--publish "$HTTP_PORT":9200 \

View File

@ -3,6 +3,7 @@
ELASTICSEARCH_VERSION:
- '8.6.0-SNAPSHOT'
- '8.7.0-SNAPSHOT'
- '8.8.0-SNAPSHOT'
PANDAS_VERSION:
- '1.5.0'