Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test: Chrome UI Functional Tests.test/functional/apps/dashboard/group4/dashboard_empty·ts - dashboard app - group 4 dashboard empty state "before all" hook for "Opens the integrations page when there is no data" #149256

Closed
kibanamachine opened this issue Jan 19, 2023 · 6 comments · Fixed by #149889
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Jan 19, 2023

A test failed on a tracked branch

Error: 400 resp: ''
    at createFailError (dev_cli_errors.ts:27:24)
    at kbn_client_saved_objects.ts:284:32
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at kbn_client_saved_objects.ts:88:50 {
  exitCode: 1,
  showHelp: false,
  [Symbol(fail error)]: true
}

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Jan 19, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Jan 19, 2023
@kibanamachine kibanamachine added the Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas label Jan 19, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jan 19, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

mistic added a commit that referenced this issue Jan 25, 2023
@mistic
Copy link
Member

mistic commented Jan 25, 2023

Skipped.

main: d74e215

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@nreese nreese mentioned this issue Jan 25, 2023
@nreese
Copy link
Contributor

nreese commented Jan 25, 2023

Failure is occurring in call await kibanaServer.importExport.unload(kbnDirectory);

[00:00:14]         │ERROR [DELETE http://elastic:changeme@localhost:5620/api/saved_objects/visualization/df815d20-3dcc-11e8-8660-4d65aa086b3c?force=true] request failed (attempt=1/5): read ECONNRESET
[00:00:14]         │ info Taking screenshot "/var/lib/buildkite-agent/builds/kb-n2-4-spot-861735e5c7c49cdd/elastic/kibana-on-merge/kibana/test/functional/screenshots/failure/dashboard app - group 4 dashboard empty state before all hook for Opens the inte-6b70970cd83d7feeb0ed2586ca228f2008abef1edca2bb6abf93f8ee89fa85e5.png"
[00:00:14]         │ info Current URL is: data:,
[00:00:14]         │ info Saving page source to: /var/lib/buildkite-agent/builds/kb-n2-4-spot-861735e5c7c49cdd/elastic/kibana-on-merge/kibana/test/functional/failure_debug/html/dashboard app - group 4 dashboard empty state before all hook for Opens the inte-6b70970cd83d7feeb0ed2586ca228f2008abef1edca2bb6abf93f8ee89fa85e5.html
[00:00:14]         └- ✖ fail: dashboard app - group 4 dashboard empty state "before all" hook for "Opens the integrations page when there is no data"
[00:00:14]         │      Error: 400 resp: ''
[00:00:14]         │       at createFailError (dev_cli_errors.ts:27:24)
[00:00:14]         │       at kbn_client_saved_objects.ts:284:32
[00:00:14]         │       at processTicksAndRejections (node:internal/process/task_queues:95:5)
[00:00:14]         │       at kbn_client_saved_objects.ts:88:50

nreese added a commit that referenced this issue Jan 30, 2023
…dashboard/group4/dashboard_empty·ts (#149889)

Fixes #149256

Flaky test runner
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1824

Fix in #149582. `await
kibanaServer.importExport.unload(kbnDirectory);` is getting the `error
ECONNRESET`. Underlining cause determined to be @pgayvallet "Yeah, so
apparently it's related to the fact that
kibanaServer.importExport.unload calls bulkDelete with the summary from
the import file, which is not a valid SO. Not sure why it doesn't
constantly crashes on master though, as my changes in
#149582 makes it quite obvious"
kqualters-elastic pushed a commit to kqualters-elastic/kibana that referenced this issue Feb 6, 2023
…dashboard/group4/dashboard_empty·ts (elastic#149889)

Fixes elastic#149256

Flaky test runner
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1824

Fix in elastic#149582. `await
kibanaServer.importExport.unload(kbnDirectory);` is getting the `error
ECONNRESET`. Underlining cause determined to be @pgayvallet "Yeah, so
apparently it's related to the fact that
kibanaServer.importExport.unload calls bulkDelete with the summary from
the import file, which is not a valid SO. Not sure why it doesn't
constantly crashes on master though, as my changes in
elastic#149582 makes it quite obvious"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
4 participants