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: X-Pack Jest Tests.x-pack/plugins/ingest_manager/server/integration_tests - ingestManager default. manager, EPM, and Fleet all disabled does not have EPM api #58956

Closed
kibanamachine opened this issue Feb 28, 2020 · 91 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Feb 28, 2020

A test failed on a tracked branch

Timeout - Async callback was not invoked within the 30000ms timeout specified by jest.setTimeout.Error: Timeout - Async callback was not invoked within the 30000ms timeout specified by jest.setTimeout.
    at mapper (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-jasmine2/build/queueRunner.js:25:45)
    at promise.then (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/node_modules/jest-jasmine2/build/queueRunner.js:73:41)

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Feb 28, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage (failed-test)

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@tylersmalley
Copy link
Contributor

Closing in favor of tracking in one issue (#58954)

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@tylersmalley
Copy link
Contributor

Failure was still occurring due to Yarn still running hooks in a skipped block. #59086

@tylersmalley
Copy link
Contributor

Failure was still occurring due to Yarn still running hooks in a skipped block. #59086

@tylersmalley tylersmalley reopened this Mar 4, 2020
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

tylersmalley pushed a commit that referenced this issue Mar 5, 2020
* Skips failing Ingest Manager integration tests

#58969
#58968
#58967
#58966
#58961
#58960
#58959
#58958
#58958
#58957
#58956
#58955
#58954

Signed-off-by: Tyler Smalley <[email protected]>

* Skips additional failing Ingest Manager integration tests

#58969
#58968
#58967
#58966

Signed-off-by: Tyler Smalley <[email protected]>

* [test] Comment out Jest hooks in skipped blocks (#59086)

* [test] Comment out Jest hooks in skipped blocks

Jest will run the hooks regardless of if they are skipped.

Tests skipped in 61c9dc4
and 420ded8 were still resulting in build failures due to the beforeEach failing.

Signed-off-by: Tyler Smalley <[email protected]>

* Additional variables/imports no longer needed

Signed-off-by: Tyler Smalley <[email protected]>

* Skip additional flaky ingest tests

Signed-off-by: Tyler Smalley <[email protected]>

* Comment out file

Signed-off-by: Tyler Smalley <[email protected]>

* Must have one test

Signed-off-by: Tyler Smalley <[email protected]>
@tylersmalley
Copy link
Contributor

Skipped tests in 7.x branch

kpollich added a commit to kpollich/kibana that referenced this issue May 10, 2021
Elasticsearch bug fixed upstream allows us to remove this field from the
template: elastic/elasticsearch/elastic#58956

Closes elastic#71095
kpollich added a commit that referenced this issue May 10, 2021
* Remove timestamp field from component template

Elasticsearch bug fixed upstream allows us to remove this field from the
template: elastic/elasticsearch/#58956

Closes #71095

* Remove timestamp field from functional test
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue May 10, 2021
* Remove timestamp field from component template

Elasticsearch bug fixed upstream allows us to remove this field from the
template: elastic/elasticsearch/elastic#58956

Closes elastic#71095

* Remove timestamp field from functional test
kibanamachine added a commit that referenced this issue May 10, 2021
* Remove timestamp field from component template

Elasticsearch bug fixed upstream allows us to remove this field from the
template: elastic/elasticsearch/#58956

Closes #71095

* Remove timestamp field from functional test

Co-authored-by: Kyle Pollich <[email protected]>
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
Projects
None yet
Development

No branches or pull requests

3 participants