elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

[CI] MixedClusterClientYamlTestSuiteIT test {p0=indices.create/20_synthetic_source/stored field under object with store_array_source} failing

Open elasticsearchmachine opened this issue 1 year ago • 4 comments

Build Scans:

Reproduction Line:

./gradlew ":qa:mixed-cluster:v8.15.1#mixedClusterTest" -Dtests.class="org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=indices.create/20_synthetic_source/stored field under object with store_array_source}" -Dtests.seed=EA10560D29FDD45E -Dtests.bwc=true -Dtests.locale=ar-SA -Dtests.timezone=Asia/Urumqi -Druntime.java=22

Applicable branches: main

Reproduces locally?: N/A

Failure History: See dashboard

Failure Message:

java.lang.AssertionError: Failure at [indices.create/20_synthetic_source:1390]: field [hits.hits.1._source.obj] should be null but was [{foo=hello_from_the_other_side}] expected null, but was:<{foo=hello_from_the_other_side}>

Issue Reasons:

  • [main] 3 failures in test test {p0=indices.create/20_synthetic_source/stored field under object with store_array_source} (42.9% fail rate in 7 executions)
  • [main] 3 failures in step 8.15.1_bwc-snapshots (42.9% fail rate in 7 executions)
  • [main] 2 failures in pipeline elasticsearch-pull-request (40.0% fail rate in 5 executions)

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

elasticsearchmachine avatar Aug 27 '24 23:08 elasticsearchmachine