elastic / kibana

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

Failing test: Security Solution Cypress.x-pack/plugins/security_solution/public/management/cypress/e2e/response_actions/endpoints_list_response_console·cy·ts - Response console From endpoint list "before all" hook for "should open responder" "before all" hook for "should open responder" #169821

Open kibanamachine opened 8 months ago

kibanamachine commented 8 months ago

A test failed on a tracked branch

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

> Timed out waiting for host [test-host-7049] to show up in Fleet

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: `From endpoint list`

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

From Node.js Internals:
  Error: Timed out waiting for host [test-host-7049] to show up in Fleet
      at waitForHostToEnroll (/opt/local-ssd/buildkite/builds/kb-n2-4-virt-4197570dfff49398/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/scripts/endpoint/common/fleet_services.ts:169:11)
      at async enrollHostWithFleet (/opt/local-ssd/buildkite/builds/kb-n2-4-virt-4197570dfff49398/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/scripts/endpoint/common/endpoint_host_services.ts:342:17)
      at async createAndEnrollEndpointHost (/opt/local-ssd/buildkite/builds/kb-n2-4-virt-4197570dfff49398/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/scripts/endpoint/common/endpoint_host_services.ts:117:23)

First failure: CI Build - main

elasticmachine commented 8 months ago

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

szwarckonrad commented 8 months ago

https://github.com/elastic/kibana/pull/169092

kibanamachine commented 8 months ago

New failure: CI Build - main

kevinlog commented 8 months ago

this is actually not quite the same failure as before. It looks like we had the artifact repository be unavailable temporarily. We should keep an eye of the failure and close if this was a transient error

1) Response console
--
  | From endpoint list
  | "before all" hook for "should open responder":
  | CypressError: `cy.task('createEndpointHost')` failed with the following error:
  |  
  | > Failed to retrieve list of versions from elastic's artifact repository: Service Temporarily Unavailable (HTTP 503) {URL: https://artifacts-api.elastic.co/v1/versions)
  |  
  | 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: `From endpoint list`
  |  
  | Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail
  | at <unknown> (http://localhost:5631/__cypress/runner/cypress_runner.js:135296:70)
  | at tryCatcher (http://localhost:5631/__cypress/runner/cypress_runner.js:1807:23)
  | at Promise._settlePromiseFromHandler (http://localhost:5631/__cypress/runner/cypress_runner.js:1519:31)
  | at Promise._settlePromise (http://localhost:5631/__cypress/runner/cypress_runner.js:1576:18)
  | at Promise._settlePromise0 (http://localhost:5631/__cypress/runner/cypress_runner.js:1621:10)
  | at Promise._settlePromises (http://localhost:5631/__cypress/runner/cypress_runner.js:1697:18)
  | at _drainQueueStep (http://localhost:5631/__cypress/runner/cypress_runner.js:2407:12)
  | at _drainQueue (http://localhost:5631/__cypress/runner/cypress_runner.js:2400:9)
  | at Async._drainQueues (http://localhost:5631/__cypress/runner/cypress_runner.js:2416:5)
  | at Async.drainQueues (http://localhost:5631/__cypress/runner/cypress_runner.js:2286:14)
  | From Your Spec Code:
  | at createEndpointHost (webpack:///./tasks/create_endpoint_host.ts:15:12)
  | at Context.eval (webpack:///./e2e/response_actions/endpoints_list_response_console.cy.ts:41:38)
kibanamachine commented 8 months ago

New failure: CI Build - main

kibanamachine commented 8 months ago

New failure: CI Build - main

mistic commented 8 months ago

Skipped.

main: 57085a6

ashokaditya commented 7 months ago

PR elastic/kibana/pull/172165

kibanamachine commented 7 months ago

New failure: CI Build - main

kibanamachine commented 7 months ago

New failure: CI Build - main

mistic commented 7 months ago

Skipped.

main: d86fdb5

kevinlog commented 7 months ago

@dasansol92 @szwarckonrad - should be fixed with new Endpoint snapshot addressing this: https://github.com/elastic/security-team/issues/8244

Also labeled with a new reason on our board: "Endpoint bug"

szwarckonrad commented 7 months ago

Last failures were related to 8.13 agent failures (https://github.com/elastic/security-team/issues/8244) , will be closed with https://github.com/elastic/kibana/pull/173589

kibanamachine commented 5 months ago

New failure: CI Build - 8.12

kibanamachine commented 5 months ago

New failure: CI Build - 8.12

kibanamachine commented 5 months ago

New failure: CI Build - 8.12

kibanamachine commented 5 months ago

New failure: CI Build - 8.12

mistic commented 5 months ago

/skip

kibanamachine commented 5 months ago

Skipped

8.12: e14b68f6e7c460affc503fbbd497a33fa0f8c338

dasansol92 commented 5 months ago

https://github.com/elastic/kibana/pull/175780

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

Skipped

main: 19f6fc1d1906e7b98874f00812c58c601adba58d

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 2 months ago

New failure: CI Build - main

kibanamachine commented 1 month ago

New failure: kibana-on-merge - main

kibanamachine commented 1 month ago

New failure: kibana-on-merge - main

kibanamachine commented 1 month ago

New failure: kibana-on-merge - main

kibanamachine commented 1 month ago

New failure: kibana-on-merge - main