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: machine learning data frame analytics jobs cloning supported by UI form classification job supported by the form should close the create job flyout #60389

Closed
pheyos opened this issue Mar 17, 2020 · 3 comments · Fixed by #60497

Comments

@pheyos
Copy link
Member

pheyos commented Mar 17, 2020

This failure is preventing the promotion of the current Elasticsearch nightly snapshot:

master/8.0: https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/344/

[00:40:14]                 └-> should close the create job flyout
[00:40:14]                   └-> "before each" hook: global before each
[00:40:14]                   │ debg TestSubjects.exists(mlAnalyticsCreateJobFlyoutCloseButton)
[00:40:14]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="mlAnalyticsCreateJobFlyoutCloseButton"]') with timeout=120000
[00:40:14]                   │ debg TestSubjects.click(mlAnalyticsCreateJobFlyoutCloseButton)
[00:40:14]                   │ debg Find.clickByCssSelector('[data-test-subj="mlAnalyticsCreateJobFlyoutCloseButton"]') with timeout=10000
[00:40:14]                   │ debg Find.findByCssSelector('[data-test-subj="mlAnalyticsCreateJobFlyoutCloseButton"]') with timeout=10000
[00:40:14]                   │ debg TestSubjects.missingOrFail(mlAnalyticsCreateJobFlyout)
[00:40:14]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="mlAnalyticsCreateJobFlyout"]') with timeout=2500
[00:40:17]                   │ debg --- retry.tryForTime error: The element [data-test-subj="mlAnalyticsCreateJobFlyout"] was still present when it should have disappeared.
[00:40:17]                   │      Wait timed out after 2532ms
[00:40:17]                   │ debg TestSubjects.missingOrFail(mlAnalyticsCreateJobFlyout)
[00:40:17]                   │ debg Find.waitForDeletedByCssSelector('[data-test-subj="mlAnalyticsCreateJobFlyout"]') with timeout=2500
[00:40:20]                   │ debg --- retry.tryForTime failed again with the same message...
[00:40:20]                   │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/machine learning data frame analytics jobs cloning supported by UI form classification job supported by the form should close the create job flyout.png"
[00:40:20]                   │ info Current URL is: http://localhost:6131/app/ml#/data_frame_analytics?_g=%28refreshInterval%3A%28pause%3A%21f%2Cvalue%3A30000%29%29
[00:40:20]                   │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/machine learning data frame analytics jobs cloning supported by UI form classification job supported by the form should close the create job flyout.html
[00:40:20]                   └- ✖ fail: "machine learning data frame analytics jobs cloning supported by UI form classification job supported by the form should close the create job flyout"
[00:40:20]                   │

You can test locally using the environment variable KBN_ES_SNAPSHOT_USE_UNVERIFIED.

Example:

  • KBN_ES_SNAPSHOT_USE_UNVERIFIED=true node ./scripts/functional_tests_server
  • KBN_ES_SNAPSHOT_USE_UNVERIFIED=true yarn es snapshot
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@pheyos
Copy link
Member Author

pheyos commented Mar 17, 2020

Disabled the failing tests for now:

master: 6a70d21
7.x / 7.7: 89a7298

@tylersmalley
Copy link
Contributor

Annnd, we're passing - thanks @pheyos for jumping on this so quickly!

https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/345/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants