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 - ML data_frame_analytics.x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation·ts - machine learning - data frame analytics outlier detection creation iowa house prices runs the analytics job and displays it correctly in the job list #142093

Closed
kibanamachine opened this issue Sep 28, 2022 · 13 comments
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test :ml

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Sep 28, 2022

A test failed on a tracked branch

Error: expected testSubject(mlAnalyticsCreateJobWizardCreateButton) to exist
    at TestSubjects.existOrFail (test/functional/services/common/test_subjects.ts:71:13)
    at Object.assertCreateButtonExists (x-pack/test/functional/services/ml/data_frame_analytics_creation.ts:487:7)
    at Context.<anonymous> (x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts:236:11)
    at Object.apply (node_modules/@kbn/test/target_node/src/functional_test_runner/lib/mocha/wrap_function.js:87:16)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Sep 28, 2022
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 28, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 28, 2022
@pheyos
Copy link
Member

pheyos commented Oct 12, 2022

Closed with #143029

@pheyos pheyos closed this as completed Oct 12, 2022
@kibanamachine kibanamachine reopened this Aug 17, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.9

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.9

@kibanamachine
Copy link
Contributor Author

Skipped

8.9: 8981eb9

@peteharverson
Copy link
Contributor

This is failing for a different reason than the original error that the issue was logged for, and is now caused by changes to the version numbering for the job state. This check has already been removed from this test for 8.10+ in #163343 (and unskipped in #163377). Looks like this check should also be backported for 8.9.

Removing the blocker label as the functionality is working, and it's just the check used in the tests for job version that needs to be removed.

@peteharverson
Copy link
Contributor

Actually this is not related to the job versioning changes, but is caused by the incomplete version bump that was done in #164192, and since rectified in #164230.

@peteharverson peteharverson self-assigned this Aug 25, 2023
peteharverson added a commit that referenced this issue Aug 25, 2023
## Summary

Unskips the outlier detection creation functional tests for 8.9 that
were skipped in
#142093 (comment).

The failing test on `8.9.2` was caused by the incomplete version bump
that was done in #164192, and
since rectified in #164230.

### Checklist

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
@peteharverson
Copy link
Contributor

Closing, fixed by #164835 for 8.9

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.9

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.9

@mistic
Copy link
Member

mistic commented Sep 7, 2023

Skipped.

8.9: a4bf1d1

@peteharverson
Copy link
Contributor

Removing blocker label. Will be fixed for 8.9 by #166257 which bumps the expected job versions in the test to 8.9.3.

peteharverson added a commit that referenced this issue Sep 12, 2023
## Summary

Bumps the versions of the expected job state for `8.9.3` in data frame
analytics functional tests and unskips the corresponding tests.

The failing tests on 8.9.3 were caused by the incomplete version bump
that was done in #165689

### Checklist

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

Closes #166033
Closes #142100
Closes #142096
Closes #142093
Closes #134671
@peteharverson
Copy link
Contributor

Closing, fixed for 8.9.3 by #166257.

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

5 participants