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

[Uptime] Improve UI tests and platform #46269

Merged
merged 33 commits into from
Oct 9, 2019

Conversation

justinkambic
Copy link
Contributor

@justinkambic justinkambic commented Sep 20, 2019

Summary

Do not review before #44722 is merged.

Resolves #46245.

For some time now Uptime's UI tests have not been running because of routing difficulties and flaky behavior. This patch seeks to update the way the app routes and re-enable several tests that have been skipped until now.

The success criteria for this change is that it will be easy for us to add additional functional tests in the future as we introduce new features.

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

@justinkambic justinkambic added test_ui_functional v8.0.0 Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability release_note:skip Skip the PR/issue when compiling release notes labels Sep 20, 2019
@justinkambic justinkambic self-assigned this Sep 20, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime

@elasticmachine
Copy link
Contributor

💔 Build Failed

@justinkambic
Copy link
Contributor Author

@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

💔 Build Failed

@justinkambic
Copy link
Contributor Author

@spalger I'm not fully understanding the error messages I'm seeing but it seems like most of the tests aren't running.

@elasticmachine
Copy link
Contributor

💔 Build Failed

@spalger spalger added the test-matrix Use this label to ensure PRs are tested with matrix jobs label Oct 8, 2019
@spalger
Copy link
Contributor

spalger commented Oct 8, 2019

@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

elasticmachine commented Oct 8, 2019

💚 Build Succeeded

40 successful executions

@spalger
Copy link
Contributor

spalger commented Oct 9, 2019

@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

elasticmachine commented Oct 9, 2019

💔 Build Failed

40 successful executions, flaky failure #43736

@justinkambic
Copy link
Contributor Author

@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

elasticmachine commented Oct 9, 2019

💚 Build Succeeded

40 successful executions

@spalger spalger removed the test-matrix Use this label to ensure PRs are tested with matrix jobs label Oct 9, 2019
Copy link
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

120 successful runs, LGTM!

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@justinkambic justinkambic merged commit cb4d683 into elastic:master Oct 9, 2019
justinkambic added a commit to justinkambic/kibana that referenced this pull request Oct 9, 2019
* Remove depdency on legacy interface.

* Remove custom interface, use common breadcrumb type.

* Add HTML template for app react entry point.

* Update app props.

* Add constant for react app entry point.

* Remove dependency on legacy capabilities provider.

* Delete legacy kibana framework adapter.

* Add New Platform adapter, reference in startup code.

* Remove dependency on legacy capabilities function.

* Delete reference to obsolete interface.

* Fix busted types in new adapter.

* Add new plugin class, delete old bootstrap code.

* Update routing/functional tests.

* Provide default for potentially-undefined value.

* run x-pack-ciGroup6 40 times

* Reinsert firefox skip tag.

* Update functional tests to work with newly-merged fixtures.

* Revert "run x-pack-ciGroup6 40 times"

This reverts commit ac3b1e4.
justinkambic added a commit that referenced this pull request Oct 14, 2019
* Remove depdency on legacy interface.

* Remove custom interface, use common breadcrumb type.

* Add HTML template for app react entry point.

* Update app props.

* Add constant for react app entry point.

* Remove dependency on legacy capabilities provider.

* Delete legacy kibana framework adapter.

* Add New Platform adapter, reference in startup code.

* Remove dependency on legacy capabilities function.

* Delete reference to obsolete interface.

* Fix busted types in new adapter.

* Add new plugin class, delete old bootstrap code.

* Update routing/functional tests.

* Provide default for potentially-undefined value.

* run x-pack-ciGroup6 40 times

* Reinsert firefox skip tag.

* Update functional tests to work with newly-merged fixtures.

* Revert "run x-pack-ciGroup6 40 times"

This reverts commit ac3b1e4.
@justinkambic
Copy link
Contributor Author

Backported to:
7.x/7.5.0 2a79562
#47766

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability test_ui_functional v7.5.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Uptime] Fix functional testing platform
4 participants