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 X-Pack UI Functional Tests.x-pack/test/functional/apps/spaces/copy_saved_objects·ts - Spaces app Copy Saved Objects to Space allows a dashboard to be copied to the marketing space, with all references #44575

Closed
kibanamachine opened this issue Sep 1, 2019 · 12 comments · Fixed by #44656, #74907 or #117953
Labels
failed-test A test failure on a tracked branch, potentially flaky-test impact:critical This issue should be addressed immediately due to a critical level of impact on the product. loe:small Small Level of Effort Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Sep 1, 2019

A test failed on a tracked branch


        Error: expected testSubject(copy-to-space-flyout) to exist
    at TestSubjects.existOrFail (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup4/node/linux-immutable/kibana/test/functional/services/test_subjects.ts:56:15)
    at process._tickCallback (internal/process/next_tick.js:68:7)
      

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Sep 1, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage

@spalger spalger added the Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! label Sep 2, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-security

spalger pushed a commit that referenced this issue Sep 2, 2019
spalger pushed a commit that referenced this issue Sep 2, 2019
(cherry picked from commit 5d47a56)
@spalger
Copy link
Contributor

spalger commented Sep 2, 2019

Skipped

master: 5d47a56
7.x/7.5: 71ba4fa

jloleysens added a commit to jloleysens/kibana that referenced this issue Sep 2, 2019
…-to-np-ready

* 'master' of github.com:elastic/kibana: (409 commits)
  [ML] Data frame analytics: Fix source index checks. (elastic#44479)
  [Code] try fix this test (elastic#43692)
  skip flaky suite (elastic#44572) (elastic#42111) (elastic#44286) (elastic#43557) (elastic#42567)
  skip flaky suite (elastic#44560)
  skip flaky suite (elastic#44250)
  disable flaky suite (elastic#41336)
  [code] Update download URLs for go lsp. (elastic#44581)
  disable flaky suite (elastic#44575)
  disable flaky suite (elastic#44576)
  [Code] add functional test to verify lang server full api symbol/reference counts (elastic#44051)
  Improve Storybook scripts and load time (elastic#44511)
  Update Dependencies (elastic#44519)
  Remove use of injecti18n in Embeddables plugin (elastic#44043)
  [SIEM] Adds a configuraton option for the default SIEM date time range (elastic#44540)
  [Uptime]Fix/issue 40584  section headline should be inside panel (elastic#43468)
  disable flaky suite (elastic#22322)
  Changes network to use ECS fields (elastic#44392)
  Fix 'workpad flash' when loading new workpad (elastic#44387)
  [renovate] bump new PR version labels
  Update dependency cmd-shim to ^2.1.0 (elastic#44034)
  ...

# Conflicts:
#	src/legacy/core_plugins/console/public/index.html
@legrego legrego self-assigned this Sep 3, 2019
@kibanamachine kibanamachine reopened this Sep 6, 2019
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.0

@kibanamachine kibanamachine reopened this Nov 3, 2021
spalger added a commit that referenced this issue Nov 3, 2021
spalger added a commit that referenced this issue Nov 3, 2021
(cherry picked from commit 3d86740)
@spalger
Copy link
Contributor

spalger commented Nov 3, 2021

3 failures in the last day, two in PRs, sounds like this is becoming flaky again. Mind taking another look @LeeDr?

Skipping

main/8.1: 3d86740
8.0: a9144b9

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 7.16

@exalate-issue-sync exalate-issue-sync bot added impact:critical This issue should be addressed immediately due to a critical level of impact on the product. loe:small Small Level of Effort labels Nov 4, 2021
@Dosant
Copy link
Contributor

Dosant commented Nov 8, 2021

#83824 probably was skipped for the same reason why this one is failing. Started failing again on the same time

@jportner
Copy link
Contributor

jportner commented Nov 9, 2021

3 failures in the last day, two in PRs, sounds like this is becoming flaky again.

Just to close the loop on this, the tests were failing for a different reason, all good now, see #117953 (comment) for more info.

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kibanamachine kibanamachine reopened this Nov 23, 2021
@jportner
Copy link
Contributor

According to the CI logs, it looks like a transient network error:

[00:00:00]             │ info [r.suppressed] [node-01] path: /.kibana_8.1.0/_doc/epm-packages%3Asystem, params: {index=.kibana_8.1.0, id=epm-packages:system}
[00:00:00]             │      org.elasticsearch.action.NoShardAvailableActionException: No shard available for [get [.kibana_8.1.0][epm-packages:system]: routing [null]]
[00:00:00]             │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$AsyncSingleAction.perform(TransportSingleShardAction.java:217) [elasticsearch-8.1.0-SNAPSHOT.jar:8.1.0-SNAPSHOT]
[00:00:00]             │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$AsyncSingleAction.onFailure(TransportSingleShardAction.java:202) [elasticsearch-8.1.0-SNAPSHOT.jar:8.1.0-SNAPSHOT]
[00:00:00]             │      	at org.elasticsearch.action.support.single.shard.TransportSingleShardAction$AsyncSingleAction$2.handleException(TransportSingleShardAction.java:258) [elasticsearch-8.1.0-SNAPSHOT.jar:8.1.0-SNAPSHOT]
...

As a result, the test failed because it couldn't find any saved objects:

image

I think we can safely close this issue again.

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 impact:critical This issue should be addressed immediately due to a critical level of impact on the product. loe:small Small Level of Effort Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Projects
None yet
7 participants