-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Analytics/SQLSQL queryingSQL querying>test-failureTriaged test failures from CITriaged test failures from CITeam:QL (Deprecated)Meta label for query languages teamMeta label for query languages team
Description
Failed on my PR build but also failed in master recently.
Build scan:
https://gradle-enterprise.elastic.co/s/hoqkn3lwgygi4 (master)
Repro line:
./gradlew ':x-pack:plugin:sql:qa:mixed-node:v7.13.0#mixedClusterTest' -Dtests.class="org.elasticsearch.xpack.sql.qa.mixed_node.SqlSearchIT" -Dtests.method="testAllTypesWithRequestToOldNodes" -Dtests.seed=3E20E2CF16857C7 -Dtests.security.manager=true -Dtests.bwc=true -Dtests.locale=pt-PT -Dtests.timezone=America/Argentina/San_Luis -Druntime.java=11
Reproduces locally?:
Yes
Applicable branches:
master
Failure history:
Started failing this morning
Failure excerpt:
org.elasticsearch.xpack.sql.qa.mixed_node.SqlSearchIT > testAllTypesWithRequestToOldNodes FAILED
org.elasticsearch.client.ResponseException: method [POST], host [http://127.0.0.1:36439], URI [_sql], status line [HTTP/1.1 400 Bad Request]
{"error":{"root_cause":[{"type":"action_request_validation_exception","reason":"Validation Failed: 1: The [8.0.0] version of the [jdbc] client is not compatible with Elasticsearch version [7.13.0];"}],"type":"action_request_validation_exception","reason":"Validation Failed: 1: The [8.0.0] version of the [jdbc] client is not compatible with Elasticsearch version [7.13.0];"},"status":400}
at __randomizedtesting.SeedInfo.seed([3E20E2CF16857C7:62A3743F85E3B504]:0)
at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:330)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:296)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:270)
at org.elasticsearch.xpack.sql.qa.mixed_node.SqlSearchIT.runSql(SqlSearchIT.java:267)
at org.elasticsearch.xpack.sql.qa.mixed_node.SqlSearchIT.lambda$assertAllTypesWithNodes$21(SqlSearchIT.java:254)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:946)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:931)
at org.elasticsearch.xpack.sql.qa.mixed_node.SqlSearchIT.assertAllTypesWithNodes(SqlSearchIT.java:254)
at org.elasticsearch.xpack.sql.qa.mixed_node.SqlSearchIT.testAllTypesWithRequestToOldNodes(SqlSearchIT.java:122)
Metadata
Metadata
Assignees
Labels
:Analytics/SQLSQL queryingSQL querying>test-failureTriaged test failures from CITriaged test failures from CITeam:QL (Deprecated)Meta label for query languages teamMeta label for query languages team