elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

Failing test: Security Solution Cypress.x-pack/plugins/security_solution/public/management/cypress/e2e/response_actions/response_console_mocked/kill_process·cy·ts - Response console `kill-process` command "before all" hook for "should kill process from response console" "before all" hook for "should kill process from response console" #192425

Open kibanamachine opened 1 week ago

kibanamachine commented 1 week ago

A test failed on a tracked branch

CypressError: Timed out after waiting `12000ms` for your remote page to load.

Your page did not fire its `load` event within `12000ms`.

You can try increasing the `pageLoadTimeout` value in `opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1725930136629686570/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/public/management/cypress/cypress.config.ts` to wait longer.

Browsers will not fire the `load` event until all stylesheets and scripts are done downloading.

When this `load` event occurs, Cypress will continue running commands.

Because this error occurred during a `before all` hook we are skipping all of the remaining tests.

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail
    at timedOutWaitingForPageLoad (http://localhost:5698/__cypress/runner/cypress_runner.js:129976:64)
    at <unknown> (http://localhost:5698/__cypress/runner/cypress_runner.js:130964:16)
    at tryCatcher (http://localhost:5698/__cypress/runner/cypress_runner.js:1807:23)
    at <unknown> (http://localhost:5698/__cypress/runner/cypress_runner.js:4186:41)
    at tryCatcher (http://localhost:5698/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5698/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5698/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5698/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5698/__cypress/runner/cypress_runner.js:1697:18)
    at _drainQueueStep (http://localhost:5698/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:5698/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:5698/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:5698/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
    at loadPage (webpack:///./tasks/common.ts:25:5)
    at Context.eval (webpack:///./support/e2e.ts:108:11)

First failure: kibana-on-merge - 8.14

elasticmachine commented 1 week ago

Pinging @elastic/security-defend-workflows (Team:Defend Workflows)