-
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
[data views] Reenable MKI test - change data import tool to be serverless compatible #181349
Merged
mattkime
merged 20 commits into
elastic:main
from
mattkime:reenable_mki_test_data_view_creation
May 9, 2024
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
069acc1
change data import tool to be serverless compatible
mattkime 26cd68f
remove saved objects from data import
mattkime ec091cb
fix delete url path
mattkime 154e103
use kibana loader
mattkime 8ce2917
Merge branch 'main' into reenable_mki_test_data_view_creation
mattkime c6da933
fix serverless functional test
mattkime 0582e99
remove duplicate fn call
mattkime eb3c9d6
Merge branch 'main' into reenable_mki_test_data_view_creation
mattkime 1a057df
Merge branch 'main' into reenable_mki_test_data_view_creation
mattkime c53fb1f
reenable a number of tests for MKI
mattkime f0baf38
Merge branch 'main' into reenable_mki_test_data_view_creation
mattkime 84ede45
fix conflicts test
mattkime 08145f2
Merge branch 'reenable_mki_test_data_view_creation' of github.com:mat…
mattkime a7ed6f6
reenable default data view test
mattkime ba8de45
Merge branch 'main' into reenable_mki_test_data_view_creation
mattkime d1d7ee8
Merge branch 'main' into reenable_mki_test_data_view_creation
mattkime ddf9e02
Merge branch 'main' into reenable_mki_test_data_view_creation
mattkime 2f73a6f
use same id for different create data view buttons
mattkime 07abf4e
Merge branch 'reenable_mki_test_data_view_creation' of github.com:mat…
mattkime a075389
Merge branch 'main' into reenable_mki_test_data_view_creation
mattkime File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-842 Bytes
(95%)
...t_serverless/functional/es_archives/kibana_sample_data_flights_index_pattern/data.json.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Question: if this fixes the MKI error, isn't L29 + L42 redundant?
@pheyos wrote in the issue
Since those functions are still here, should it work? will it work when they are removed?
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.
@kertal line 29 is importing regular ES docs while line 32 is importing saved objects. I'll defer to @pheyos as to whether I'm doing this correctly.
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.
Yes, that's correct @mattkime. The other issue was reported quite a while back and I suspect some other things have changed as well in the mean time. I ran the tests against an observability MKI project and they passed.