Closed danielmitterdorfer closed 2 weeks ago
Pinging @elastic/es-ql (Team:QL)
Labelling as low risk: Looks like only the test cluster is somehow misconfigured.
I get ~a reproduction~ a different error when trying to reproduce locally; seems like the test is run differently in CI than locally.
Locally, looks like the BWC cluster is somehow borked. I do not get the specific ValidationException
from the build scan, instead I get
org.elasticsearch.xpack.sql.qa.mixed_node.SqlCompatIT > testCreateCursorWithFormatTxtOnNewNode FAILED
java.lang.IllegalArgumentException: hosts must not be null nor empty
at __randomizedtesting.SeedInfo.seed([F29B2803D747C007:42105C844ADFD0AD]:0)
at org.elasticsearch.client.RestClient.builder(RestClient.java:212)
at org.elasticsearch.test.rest.ESRestTestCase.buildClient(ESRestTestCase.java:1371)
at org.elasticsearch.xpack.sql.qa.mixed_node.SqlCompatIT.initBwcClients(SqlCompatIT.java:58)
And this happens because we're expecting nodes on version 8.11.2
but find 8.11.4
.
In the build scan I can see that, in fact, the bwc nodes were on 8.11.2-SNAPSHOT
, so the IAE from the previous remark only happens when trying to reproduce locally, unfortunately.
Pinging @elastic/es-analytics-geo (Team:Analytics)
One more at elasticsearch / periodic / 8.12 / 8.11.4 / bwc
Pinging @elastic/es-analytical-engine (Team:Analytics)
This issue has been closed because it has been open for too long with no activity.
Any muted tests that were associated with this issue have been unmuted.
If the tests begin failing again, a new issue will be opened, and they may be muted again.
Build scan: https://gradle-enterprise.elastic.co/s/eputgzf7edauq/tests/:x-pack:plugin:sql:qa:mixed-node:v8.11.2%23mixedClusterTest/org.elasticsearch.xpack.sql.qa.mixed_node.SqlCompatIT/testCreateCursorWithFormatTxtOnNewNode Reproduction line:
Applicable branches: main
Reproduces locally?: No
Failure history: https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.sql.qa.mixed_node.SqlCompatIT&tests.test=testCreateCursorWithFormatTxtOnNewNode
Failure excerpt: