-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Archive migration] 'x-pack/test/functional/es_archives/visualize/default' #128829
Conversation
The failing test named "can view existing Visualization" is failing due to a missing index-pattern / data-view, according to the screenshot. :( |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Flaky test run https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/362 50/50 runs passed |
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
await kibanaServer.savedObjects.cleanStandardList(); | ||
await kibanaServer.importExport.load( | ||
'x-pack/test/functional/fixtures/kbn_archiver/visualize/default' | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LeeDr when we discussed this previously, you mentioned that
this test should probably be in a separate PR, perhaps in the 8.0 branch,
to build the new archive, instead of 7.17.
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ault' (#128829) (#129233) * Enterprise Search causes local failure * convert the rest of the tests using the es_archive * add another kbn_archive for custom space saved objects * This test needed a doc from the es_archive (cherry picked from commit c5e2e5e) Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
Summary
part of: #102552
Change tests from
'x-pack/test/functional/es_archives/visualize/default'
to
'x-pack/test/functional/fixtures/kbn_archiver/visualize/default'
These tests are not passing for me locally. Enterprise Search > Content unexpectedly appears in the nav bar and causes failures. Maybe there's some setting I'm missing when I run the tests locally?