Skip to content

Failing test: Security Solution Cypress.x-pack/plugins/security_solution/public/management/cypress/e2e/artifacts/artifacts_mocked_data·cy·ts - Artifacts pages When on the Trusted applications entries list given there are no artifacts yet "before all" hook for "no access - should show no privileges callout" "before all" hook for "no access - should show no privileges callout" #191914

@kibanamachine

Description

@kibanamachine

A test failed on a tracked branch

CypressError: `cy.task('indexEndpointHosts')` failed with the following error:

> search_phase_execution_exception
	Root causes:
		no_shard_available_action_exception: [es01][172.18.0.4:9300][indices:data/read/search[phase/query]]

https://on.cypress.io/api/task

Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Artifacts pages`

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail
    at <unknown> (http://localhost:5646/__cypress/runner/cypress_runner.js:135281:70)
    at tryCatcher (http://localhost:5646/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5646/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5646/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5646/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5646/__cypress/runner/cypress_runner.js:1697:18)
    at _drainQueueStep (http://localhost:5646/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:5646/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:5646/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:5646/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
    at indexEndpointHosts (webpack:///./tasks/index_endpoint_hosts.ts:22:12)
    at Context.eval (webpack:///./e2e/artifacts/artifacts_mocked_data.cy.ts:42:23)

From Node.js Internals:
  ResponseError: search_phase_execution_exception
  	Root causes:
  		no_shard_available_action_exception: [es01][172.18.0.4:9300][indices:data/read/search[phase/query]]
      at <unknown> (/opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1725279694735649277/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/public/management/cypress/support/plugin_handlers/endpoint_data_loader.ts:169:13)
      at processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async stopTransform (/opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1725279694735649277/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/public/management/cypress/support/plugin_handlers/endpoint_data_loader.ts:161:3)
      at async cyLoadEndpointDataHandler (/opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1725279694735649277/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/public/management/cypress/support/plugin_handlers/endpoint_data_loader.ts:102:5)

First failure: kibana-on-merge - main

Metadata

Metadata

Assignees

Labels

OLM SprintTeam:Defend Workflows“EDR Workflows” sub-team of Security Solutionfailed-testA test failure on a tracked branch, potentially flaky-test

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions