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

[test/new_visualize_flow] fix config #82441

Merged
merged 2 commits into from
Nov 4, 2020

Conversation

dmlemeshko
Copy link
Member

@dmlemeshko dmlemeshko commented Nov 3, 2020

Summary

Fixes config to run new_visualize_flow on CI:

info Running /dev/shm/workspace/parallel/7/kibana/test/new_visualize_flow/config.ts
 │ debg Loading config file from "/dev/shm/workspace/parallel/7/kibana/test/new_visualize_flow/config.ts"
 │ info Config loaded
...
...
       └-: New Visualize Flow
         └-> "before all" hook
         └-: Dashboard Embedding
           └-> "before all" hook
           └-> "before all" hook
             │ proc [kibana]   log   [15:59:30.017] [info][savedobjects-service] Creating index .kibana_2.
             │ proc [kibana]   log   [15:59:30.094] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
             │ proc [kibana]   log   [15:59:30.542] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
             │ proc [kibana]   log   [15:59:30.605] [info][savedobjects-service] Finished in 591ms.
             │ERROR browser[SEVERE] http://localhost:6171/37794/bundles/core/core.entry.js 12:192226 TypeError: Failed to fetch
             │          at _callee3$ (http://localhost:6171/37794/bundles/core/core.entry.js:6:43940)
             │          at l (http://localhost:6171/37794/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:1751401)
             │          at Generator._invoke (http://localhost:6171/37794/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:1751154)
             │          at Generator.forEach.e.<computed> [as throw] (http://localhost:6171/37794/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:321:1751758)
             │          at fetch_asyncGeneratorStep (http://localhost:6171/37794/bundles/core/core.entry.js:6:38998)
             │          at _throw (http://localhost:6171/37794/bundles/core/core.entry.js:6:39406)
           └-> adding a metric visualization
             └-> "before each" hook: global before each
             └- ✓ pass  (17.8s) "New Visualize Flow Dashboard Embedding adding a metric visualization"
           └-> adding a markdown
             └-> "before each" hook: global before each
             └- ✓ pass  (18.0s) "New Visualize Flow Dashboard Embedding adding a markdown"
           └-> "after all" hook
         └-> "after all" hook
     │
     │2 passing (1.0m)

@dmlemeshko dmlemeshko added v7.10.1 v7.11.0 v8.0.0 release_note:skip Skip the PR/issue when compiling release notes test_ui_functional labels Nov 3, 2020
@dmlemeshko dmlemeshko marked this pull request as ready for review November 3, 2020 16:22
@dmlemeshko dmlemeshko requested a review from majagrubic November 3, 2020 16:22
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Contributor

@majagrubic majagrubic left a comment

Choose a reason for hiding this comment

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

Thanks for looking into this. I ran it locally and the tests run fine 👍
But the test is not running in CI, but I assume that is not the purpose of this PR in the first place?

@dmlemeshko
Copy link
Member Author

But the test is not running in CI, but I assume that is not the purpose of this PR in the first place?

It is running on CI with PR, just a bit tricky to find the proper logs:

Direct link: https://kibana-ci.elastic.co/job/elastic+kibana+pipeline-pull-request/85537/execution/node/480/log/

@dmlemeshko dmlemeshko merged commit ae3f4f5 into elastic:master Nov 4, 2020
dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Nov 4, 2020
* [test/new_visualize_flow] fix config

* fix file extension
# Conflicts:
#	scripts/functional_tests.js
#	tasks/function_test_groups.js
dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Nov 4, 2020
* [test/new_visualize_flow] fix config

* fix file extension
# Conflicts:
#	scripts/functional_tests.js
#	tasks/function_test_groups.js
dmlemeshko added a commit that referenced this pull request Nov 4, 2020
* [test/new_visualize_flow] fix config

* fix file extension
# Conflicts:
#	scripts/functional_tests.js
#	tasks/function_test_groups.js
dmlemeshko added a commit that referenced this pull request Nov 4, 2020
* [test/new_visualize_flow] fix config

* fix file extension
# Conflicts:
#	scripts/functional_tests.js
#	tasks/function_test_groups.js
@dmlemeshko dmlemeshko deleted the run-new-vis-flow-tests-on-ci branch January 31, 2022 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants