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: Jest Integration Tests.src/core/public/application/integration_tests - AppContainer can navigate between standard application and one with custom appRoute #64480

Closed
kibanamachine opened this issue Apr 25, 2020 · 10 comments · Fixed by #64487
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Apr 25, 2020

A test failed on a tracked branch

Error: Caught error after test environment was torn down

Http server is not setup up yet
    at HttpServer.start (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/core/server/http/http_server.ts:117:13)
    at HttpService.start (/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/core/server/http/http_service.ts:110:29)

First failure: Jenkins Build

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

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

@spalger spalger added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Apr 25, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

spalger added a commit that referenced this issue Apr 25, 2020
@spalger
Copy link
Contributor

spalger commented Apr 25, 2020

Skipped

master: 387c581
7.x/7.8: 65384d4

@joshdover joshdover self-assigned this Apr 26, 2020
gmmorris added a commit to gmmorris/kibana that referenced this issue Apr 27, 2020
* master: (78 commits)
  Remove SO root property index signature (elastic#64434)
  [ML] Functional tests - stabilize job row details validations (elastic#64503)
  [Ingest] Add Global settings flyout (elastic#64276)
  Bump cypress dev-dependency from 4.2.0 to 4.4.1 (elastic#64408)
  Migrate saved object of type url to kibana platform (elastic#64043)
  [NP] Migrate ui capabilities (elastic#64185)
  Bump karma-mocha dev-dependency from 1.3.0 to 2.0.0 (elastic#64407)
  Migrate kql_telemetry saved object registration to Kibana platform (elastic#64149)
  Remove SO autocreateindex error and error page (elastic#64037)
  Fix issue with yarn.lock (elastic#64496)
  Bump @hapi/boom dependency from 7.4.2 to 7.4.11 (elastic#64433)
  Bump gonzales-pe dev-dependency from 4.2.4 to 4.3.0 (elastic#64401)
  Bump karma dev-dependency from 3.1.4 to 5.0.2 (elastic#64403)
  Bump iedriver dev-dependency from 3.14.1 to 3.14.2 (elastic#64406)
  Revert "disable flaky suite (elastic#64382) (elastic#64381) (elastic#64480)"
  Revert "skip flaky suite (elastic#64310)"
  skip flaky suite (elastic#64310)
  disable flaky suite (elastic#64382) (elastic#64381) (elastic#64480)
  [Maps] Include maps styles in embeddables factory so that they're bundled w/ consuming plugins (elastic#64460)
  update charts library to 18.4.2 (elastic#64438)
  ...
@kibanamachine kibanamachine reopened this May 5, 2020
@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@spalger
Copy link
Contributor

spalger commented May 5, 2020

Seems this will hopefully be fixed by #65242 too

@spalger spalger closed this as completed May 5, 2020
@mshustov
Copy link
Contributor

mshustov commented May 5, 2020

@spalger I don't think #65242 is relevant. I can take a look if it's not fixed by tomorrow

@mshustov
Copy link
Contributor

mshustov commented May 6, 2020

The error stack for the last case looks mysterious:

Error: Caught error after test environment was torn down

expected 200 "OK", got 301 "Moved Permanently"

There are no request assertions nor supertest usages in the tests.

@pgayvallet
Copy link
Contributor

As they are executed with the same runner, maybe the src/core/public/application/integration_tests/router.test.tsx error is caused by the src/core/server/http/integration_tests/core_services.test.ts one? Some pending ES requests failing after the test completion?

@mshustov
Copy link
Contributor

mshustov commented May 8, 2020

As they are executed with the same runner,

That's possible as tests were run at the same time. I'd expect that jest is smart enough do not report failures from other files
2020-05-08_09-12-04
we can close the issue for now

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 Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants