Skip to content

Failing test: Security Solution Cypress.x-pack/plugins/security_solution/public/management/cypress/e2e/automated_response_actions/no_license·cy·ts - No License User cannot see results "before each" hook for "show the permission denied callout" "before each" hook for "show the permission denied callout" #203917

Open
@kibanamachine

Description

A test failed on a tracked branch

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

> mapper_parsing_exception
	Caused by:
		mapper_parsing_exception: No handler for type [bool] declared on field [flag_hugetlb]
	Root causes:
		mapper_parsing_exception: No handler for type [bool] declared on field [flag_hugetlb]

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

Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `User cannot see results`
    at <unknown> (http://localhost:5658/__cypress/runner/cypress_runner.js:134966:70)
    at tryCatcher (http://localhost:5658/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5658/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5658/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5658/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5658/__cypress/runner/cypress_runner.js:1697:18)
    at _drainQueueStep (http://localhost:5658/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:5658/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:5658/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:5658/__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/automated_response_actions/no_license.cy.ts:48:34)

From Node.js Internals:
  EndpointDataLoadingError: mapper_parsing_exception
  	Caused by:
  		mapper_parsing_exception: No handler for type [bool] declared on field [flag_hugetlb]
  	Root causes:
  		mapper_parsing_exception: No handler for type [bool] declared on field [flag_hugetlb]
      at updatePackages (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1733945160864542614/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/common/endpoint/data_loaders/setup_fleet_for_endpoint.ts:147:17)
      at processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async retryOnError (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1733945160864542614/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/common/endpoint/data_loaders/utils.ts:88:22)

First failure: kibana-on-merge - main

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions