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/ml/data_frame_analytics/regression_creation·ts - machine learning data frame analytics regression creation electrical grid stability edits the analytics job and displays it correctly in the job list #121049

Closed
kibanamachine opened this issue Dec 11, 2021 · 3 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test :ml

Comments

@kibanamachine
Copy link
Contributor

A test failed on a tracked branch

Error: retry.tryForTime timeout: Error: retry.try timeout: ElementClickInterceptedError: element click intercepted: Element <button class="euiButtonIcon euiButtonIcon--text euiButtonIcon--empty euiButtonIcon--xSmall" type="button" aria-label="All actions" data-test-subj="euiCollapsedItemActionsButton">...</button> is not clickable at point (1524, 519). Other element would receive the click: <p data-test-subj="errorToastMessage">...</p>
  (Session info: headless chrome=96.0.4664.93)
    at Object.throwDecodedError (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/node_modules/selenium-webdriver/lib/error.js:517:15)
    at parseHttpResponse (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/node_modules/selenium-webdriver/lib/http.js:643:13)
    at Executor.execute (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/node_modules/selenium-webdriver/lib/http.js:569:28)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Task.exec (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/functional/services/remote/prevent_parallel_calls.ts:28:20)
    at onFailure (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry_for_success.ts:59:13)
    at RetryService.try (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry.ts:31:12)
    at Proxy.clickByCssSelector (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/functional/services/common/find.ts:368:5)
    at TestSubjects.click (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/functional/services/common/test_subjects.ts:105:5)
    at /opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/x-pack/test/functional/services/ml/data_frame_analytics_table.ts:248:11
    at runAttempt (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry_for_success.ts:29:15)
    at retryForSuccess (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry_for_success.ts:68:21)
    at RetryService.tryForTime (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry.ts:22:12)
    at AnalyticsTable.ensureJobActionsMenuOpen (test/functional/services/ml/data_frame_analytics_table.ts:246:7)
    at AnalyticsTable.openEditFlyout (test/functional/services/ml/data_frame_analytics_table.ts:322:7)
    at Context.<anonymous> (test/functional/apps/ml/data_frame_analytics/regression_creation.ts:252:11)
    at Object.apply (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
    at onFailure (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry_for_success.ts:59:13)
    at RetryService.tryForTime (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/test/common/services/retry/retry.ts:22:12)
    at AnalyticsTable.ensureJobActionsMenuOpen (test/functional/services/ml/data_frame_analytics_table.ts:246:7)
    at AnalyticsTable.openEditFlyout (test/functional/services/ml/data_frame_analytics_table.ts:322:7)
    at Context.<anonymous> (test/functional/apps/ml/data_frame_analytics/regression_creation.ts:252:11)
    at Object.apply (/opt/local-ssd/buildkite/builds/kb-n2-4-fd3c0b5c1caccf86/elastic/kibana-hourly/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)

First failure: CI Build - 7.16

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 11, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 11, 2021
@pheyos pheyos self-assigned this Dec 13, 2021
@pheyos pheyos added the :ml label Dec 13, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Dec 13, 2021
@pheyos
Copy link
Member

pheyos commented Dec 13, 2021

Failure screenshot:
image

I think this is fixed with #116455 in 8.0 (will probably be backported to 7.17).

@pheyos
Copy link
Member

pheyos commented Apr 27, 2022

Looks like this failure didn't occur anymore in the last weeks. Closing for now.

@pheyos pheyos closed this as completed Apr 27, 2022
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 :ml
Projects
None yet
Development

No branches or pull requests

3 participants