You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[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.
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/
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
The text was updated successfully, but these errors were encountered: