Skip to content

[CI] GetResultTests testToAndFromXContent failing #115688

@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./gradlew ":server:test" --tests "org.elasticsearch.index.get.GetResultTests.testToAndFromXContent" -Dtests.seed=2D3C3ECB236FE8E8 -Dtests.locale=kok-Deva-IN -Dtests.timezone=Etc/GMT+4 -Druntime.java=22

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: expected:<{
  "_index" : "SVHRjY",
  "_id" : "rEW",
  "_version" : 6625642273698185873,
  "_seq_no" : 7536933566608412484,
  "_primary_term" : 19,
  "_ignored_source" : "KmGpbXzY",
  "_field_names" : "tBMBRlp",
  "_ts_routing_hash" : "UtD",
  "found" : true,
  "_source" : {
    "FWyJwc" : 6770195550196900717,
    "XSexjsHvG" : "vGEtxpqXM",
    "ZgOcLinh" : "xRbPItEHin"
  },
  "fields" : {
    "reUEdZjk" : [
      "꓅Ÿ込\u0012뚻\uDA60\uDD79\u0006",
      "oDfc"
    ],
    "UJMbzUT" : [
      86,
      -78,
      -77
    ],
    "jNJrb" : [
      {
        "wHLpa" : "lbdDcGoIjH",
        "xlSot" : 91238994,
        "umbII" : true
      },
      {
        "mOmYB" : -1130145383,
        "hSxyu" : false,
        "vciDj" : "WqlOBYFGhm"
      },
      {
        "kWuMA" : 368930141,
        "eTwIe" : "keTJmGmKic",
        "ewKtS" : true
      }
    ],
    "JAcdo" : [
      [
        41285031,
        -544046064,
        192537760,
        61458758,
        1816143272
      ]
    ]
  }
}> but was:<{
  "_index" : "SVHRjY",
  "_id" : "rEW",
  "_version" : 6625642273698185873,
  "_seq_no" : 7536933566608412484,
  "_primary_term" : 19,
  "_ignored_source" : "KmGpbXzY",
  "_field_names" : "tBMBRlp",
  "_ts_routing_hash" : "UtD",
  "found" : true,
  "_source" : {
    "FWyJwc" : 6770195550196900717,
    "XSexjsHvG" : "vGEtxpqXM",
    "ZgOcLinh" : "xRbPItEHin"
  },
  "fields" : {
    "JAcdo" : [
      [
        41285031,
        -544046064,
        192537760,
        61458758,
        1816143272
      ]
    ],
    "reUEdZjk" : [
      "꓅Ÿ込\u0012뚻\uDA60\uDD79\u0006",
      "oDfc"
    ],
    "jNJrb" : [
      {
        "wHLpa" : "lbdDcGoIjH",
        "xlSot" : 91238994,
        "umbII" : true
      },
      {
        "hSxyu" : false,
        "vciDj" : "WqlOBYFGhm",
        "mOmYB" : -1130145383
      },
      {
        "kWuMA" : 368930141,
        "eTwIe" : "keTJmGmKic",
        "ewKtS" : true
      }
    ],
    "UJMbzUT" : [
      86,
      -78,
      -77
    ]
  }
}>

Issue Reasons:

  • [main] 4 failures in test testToAndFromXContent (1.7% fail rate in 235 executions)
  • [main] 3 failures in step part-1 (2.8% fail rate in 106 executions)
  • [main] 3 failures in pipeline elasticsearch-pull-request (2.9% fail rate in 103 executions)

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions