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: "before each" hook for "should display data grid despite the missing fields" - Invalid Indicators verify the grid loads even with missing fields "before each" hook for "should display data grid despite the missing fields" #171785

Closed kibanamachine closed 5 days ago

kibanamachine commented 9 months ago

A test failed on a tracked branch

CypressError: `cy.exec('node ../../../scripts/es_archiver load "../../test/threat_intelligence_cypress/es_archives/threat_intelligence/invalid_indicators_data" --config "../../test/functional/config.base.js" --es-url "http://system_indices_superuser:changeme@localhost:9271" --kibana-url "http://localhost:5647"')` timed out after waiting `120000ms`.

https://on.cypress.io/exec

Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `verify the grid loads even ...`
    at <unknown> (http://localhost:5647/__cypress/runner/cypress_runner.js:119059:70)
    at tryCatcher (http://localhost:5647/__cypress/runner/cypress_runner.js:1807:23)
    at <unknown> (http://localhost:5647/__cypress/runner/cypress_runner.js:4186:41)
    at tryCatcher (http://localhost:5647/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5647/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5647/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5647/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5647/__cypress/runner/cypress_runner.js:1697:18)
    at _drainQueueStep (http://localhost:5647/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:5647/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:5647/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:5647/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
    at esArchiverLoad (webpack:///./tasks/es_archiver.ts:20:5)
    at Context.eval (webpack:///./e2e/indicators.cy.ts:62:21)

First failure: CI Build - main

kibanamachine commented 9 months ago

New failure: CI Build - main

mistic commented 9 months ago

Skipped.

main: 4fb2368

PhilippeOberti commented 5 days ago

fixed in this PR