elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.22k stars 24.85k forks source link

[CI] GetResultTests testToAndFromXContent failing #115688

Closed elasticsearchmachine closed 2 weeks ago

elasticsearchmachine commented 3 weeks ago

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&_a=(controlGroupState:(initialChildControlState:('0c0c9cb8-ccd2-45c6-9b13-96bac4abc542':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:task.keyword,order:0,selectedOptions:!(),title:'GradleTask',type:optionsListControl),'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:className.keyword,order:1,selectedOptions:!(org.elasticsearch.index.get.GetResultTests),title:'Suite',type:optionsListControl),'144933da-5c1b-4257-a969-7f43455a7901':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:name.keyword,order:2,selectedOptions:!(testToAndFromXContent),title:'Test',type:optionsListControl)))))

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:

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

elasticsearchmachine commented 3 weeks ago

This has been muted on branch main

Mute Reasons:

Build Scans:

elasticsearchmachine commented 3 weeks ago

Pinging @elastic/es-core-infra (Team:Core/Infra)

thecoop commented 2 weeks ago

@salvatore-campagna Is this the same issue as https://github.com/elastic/elasticsearch/issues/115657?

elasticsearchmachine commented 2 weeks ago

Pinging @elastic/es-storage-engine (Team:StorageEngine)

kkrik-es commented 2 weeks ago

@salvatore-campagna these should be fixed?

salvatore-campagna commented 2 weeks ago

This is fixed by https://github.com/elastic/elasticsearch/pull/115853