Skip to content

[CI] CCSTelemetrySnapshotTests testToXContent failing #112325

@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

gradlew ":server:test" --tests "org.elasticsearch.action.admin.cluster.stats.CCSTelemetrySnapshotTests.testToXContent" -Dtests.seed=E535B93EFF9599EE -Dtests.locale=sl-SI -Dtests.timezone=America/Indiana/Vincennes -Druntime.java=22

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.junit.ComparisonFailure: expected:<{[
  "_search" : {
    "total" : 10,
    "success" : 20,
    "skipped" : 5,
    "took" : {
      "max" : 1991,
      "avg" : 1496,
      "p90" : 1895
    },
    "took_mrt_true" : {
      "max" : 9983,
      "avg" : 7476,
      "p90" : 9471
    },
    "took_mrt_false" : {
      "max" : 19967,
      "avg" : 14952,
      "p90" : 18943
    },
    "remotes_per_search_max" : 6,
    "remotes_per_search_avg" : 7.89,
    "failure_reasons" : {
      "reason1" : 1,
      "reason2" : 2,
      "unknown" : 3
    },
    "features" : {
      "async" : 10,
      "mrt" : 20,
      "wildcard" : 30
    },
    "clients" : {
      "kibana" : 40,
      "other" : 500
    },
    "clusters" : {
      "(local)" : {
        "total" : 12,
        "skipped" : 0,
        "took" : {
          "max" : 3983,
          "avg" : 2992,
          "p90" : 3791
        }
      },
      "remote1" : {
        "total" : 100,
        "skipped" : 22,
        "took" : {
          "max" : 3983,
          "avg" : 2992,
          "p90" : 3791
        }
      },
      "remote2" : {
        "total" : 300,
        "skipped" : 42,
        "took" : {
          "max" : 995327,
          "avg" : 747531,
          "p90" : 946175
        }
      }
    }
  }
]
}> but was:<{[
  "_search" : {
    "total" : 10,
    "success" : 20,
    "skipped" : 5,
    "took" : {
      "max" : 1991,
      "avg" : 1496,
      "p90" : 1895
    },
    "took_mrt_true" : {
      "max" : 9983,
      "avg" : 7476,
      "p90" : 9471
    },
    "took_mrt_false" : {
      "max" : 19967,
      "avg" : 14952,
      "p90" : 18943
    },
    "remotes_per_search_max" : 6,
    "remotes_per_search_avg" : 7.89,
    "failure_reasons" : {
      "reason1" : 1,
      "reason2" : 2,
      "unknown" : 3
    },
    "features" : {
      "async" : 10,
      "mrt" : 20,
      "wildcard" : 30
    },
    "clients" : {
      "kibana" : 40,
      "other" : 500
    },
    "clusters" : {
      "(local)" : {
        "total" : 12,
        "skipped" : 0,
        "took" : {
          "max" : 3983,
          "avg" : 2992,
          "p90" : 3791
        }
      },
      "remote1" : {
        "total" : 100,
        "skipped" : 22,
        "took" : {
          "max" : 3983,
          "avg" : 2992,
          "p90" : 3791
        }
      },
      "remote2" : {
        "total" : 300,
        "skipped" : 42,
        "took" : {
          "max" : 995327,
          "avg" : 747531,
          "p90" : 946175
        }
      }
    }
  }]
}>

Issue Reasons:

  • [main] 5 consecutive failures in step windows-2019_checkpart1_platform-support-windows
  • [main] 5 consecutive failures in step windows-2022_checkpart1_platform-support-windows
  • [main] 2 consecutive failures in step part-1-windows
  • [main] 4 consecutive failures in step windows-2016_checkpart1_platform-support-windows
  • [main] 16 failures in test testToXContent (6.2% fail rate in 260 executions)
  • [main] 5 failures in step windows-2019_checkpart1_platform-support-windows (100.0% fail rate in 5 executions)
  • [main] 5 failures in step windows-2022_checkpart1_platform-support-windows (100.0% fail rate in 5 executions)
  • [main] 2 failures in step part-1-windows (100.0% fail rate in 2 executions)
  • [main] 4 failures in step windows-2016_checkpart1_platform-support-windows (100.0% fail rate in 4 executions)
  • [main] 5 failures in pipeline elasticsearch-periodic-platform-support (100.0% fail rate in 5 executions)
  • [main] 2 failures in pipeline elasticsearch-pull-request (2.3% fail rate in 86 executions)

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

Metadata

Metadata

Assignees

Labels

:Search Foundations/CCS>test-failureTriaged test failures from CITeam:Search FoundationsMeta label for the Search Foundations team in Elasticsearchlow-riskAn open issue or test failure that is a low risk to future releases

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions