Skip to content

[CI] KqlParserBooleanQueryTests testParseOrQuery failing #133863

@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:kql:test" --tests "org.elasticsearch.xpack.kql.parser.KqlParserBooleanQueryTests.testParseOrQuery" -Dtests.seed=52D05FFA15B69A1C -Dtests.configure_test_clusters_with_one_processor=true -Dtests.locale=om-KE -Dtests.timezone=America/Paramaribo -Druntime.java=24

Applicable branches:
9.1

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: 
Expected: an instance of org.elasticsearch.index.query.BoolQueryBuilder
     but: <{
  "match" : {
    "mapped_string" : {
      "query" : "AND OR NOT"
    }
  }
}> is a org.elasticsearch.index.query.MatchQueryBuilder

Issue Reasons:

  • [9.1] 2 consecutive failures in step single-processor-node-tests
  • [9.1] 11 failures in test testParseOrQuery (4.3% fail rate in 258 executions)
  • [9.1] 2 failures in step single-processor-node-tests (20.0% fail rate in 10 executions)
  • [9.1] 2 failures in step openjdk21_checkpart3_java-fips-matrix (20.0% fail rate in 10 executions)
  • [9.1] 2 failures in step openjdk24_checkpart3_java-matrix (20.0% fail rate in 10 executions)
  • [9.1] 2 failures in step almalinux-8-aarch64_checkpart3_platform-support-arm (22.2% fail rate in 9 executions)
  • [9.1] 5 failures in pipeline elasticsearch-periodic (50.0% fail rate in 10 executions)
  • [9.1] 4 failures in pipeline elasticsearch-periodic-platform-support (40.0% fail rate in 10 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

Metadata

Metadata

Assignees

Labels

:Search/SearchSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITeam:SearchMeta label for search teamneeds:riskRequires assignment of a risk label (low, medium, blocker)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions