Skip to content

Commit

Permalink
Default to Solr 8.11 for e2e tests (#632)
Browse files Browse the repository at this point in the history
SOLR-16933 has been fixed for 9.4, but still exists in earlier releases
in the 9.x line where it causes a number of e2e tests to fail their
assertions.

This commit is meant to workaround this problem until a 9.4 docker
image is available by defaulting the e2e tests to Solr 8.11.2
  • Loading branch information
gerlowskija authored Sep 26, 2023
1 parent 696faff commit 55665a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/manage_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [[ -z "${KUBERNETES_VERSION:-}" ]]; then
KUBERNETES_VERSION="v1.26.6"
fi
if [[ -z "${SOLR_IMAGE:-}" ]]; then
SOLR_IMAGE="${SOLR_VERSION:-9.3}"
SOLR_IMAGE="${SOLR_VERSION:-8.11.2}"
fi
if [[ "${SOLR_IMAGE}" != *":"* ]]; then
SOLR_IMAGE="solr:${SOLR_IMAGE}"
Expand Down

0 comments on commit 55665a1

Please sign in to comment.