Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] GetResultTests testToAndFromXContent failing #115688

Closed
elasticsearchmachine opened this issue Oct 25, 2024 · 6 comments
Closed

[CI] GetResultTests testToAndFromXContent failing #115688

elasticsearchmachine opened this issue Oct 25, 2024 · 6 comments
Assignees
Labels
needs:risk Requires assignment of a risk label (low, medium, blocker) :StorageEngine/Logs You know, for Logs Team:StorageEngine >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

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.

@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute 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)

Build Scans:

@elasticsearchmachine
Copy link
Collaborator Author

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

@elasticsearchmachine elasticsearchmachine added Team:Core/Infra Meta label for core/infra team needs:risk Requires assignment of a risk label (low, medium, blocker) labels Oct 25, 2024
@thecoop
Copy link
Member

thecoop commented Oct 30, 2024

@salvatore-campagna Is this the same issue as #115657?

@thecoop thecoop added :StorageEngine/Logs You know, for Logs and removed :Core/Infra/REST API REST infrastructure and utilities Team:Core/Infra Meta label for core/infra team labels Oct 30, 2024
@elasticsearchmachine
Copy link
Collaborator Author

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

@kkrik-es
Copy link
Contributor

@salvatore-campagna these should be fixed?

@salvatore-campagna
Copy link
Contributor

This is fixed by #115853

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:risk Requires assignment of a risk label (low, medium, blocker) :StorageEngine/Logs You know, for Logs Team:StorageEngine >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

4 participants