-
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
[7.17] [FTR - esArchiver] Update saved_objects_management
test archives to reduce flakiness (#162259)
#163479
Conversation
… reduce flakiness (elastic#162259) ## Summary Part of elastic#161882 Updates all archives of the `test/functional/fixtures/es_archiver/saved_objects_management` test suite: * Removing SO index definitions. * Updating documents defined in `data.json`. (cherry picked from commit 59450f0) # Conflicts: # test/functional/fixtures/es_archiver/saved_objects_management/hidden_from_http_apis/data.json # test/functional/fixtures/es_archiver/saved_objects_management/hidden_saved_objects/data.json # test/functional/fixtures/es_archiver/saved_objects_management/hidden_types/data.json # test/functional/fixtures/es_archiver/saved_objects_management/hidden_types/mappings.json # x-pack/test/functional/es_archives/visualize/default/mappings.json
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @gsoldevila |
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.
Before approving, I'd like to double-check what are the plans around the skipped test
@@ -21,7 +21,6 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide | |||
const esArchiver = getService('esArchiver'); | |||
const testSubjects = getService('testSubjects'); | |||
|
|||
// Failing: See https://github.com/elastic/kibana/issues/116059 | |||
// Failing: See https://github.com/elastic/kibana/issues/116059 | |||
describe.skip('saved objects management with hidden types', () => { |
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.
This is still skipped. Is that intentional?
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, I took a look at that one too but it wasn't related.
Couldn't help cleaning the duplicate comment though 😅
NB that it's not part of the list in the description.
Backport
This will backport the following commits from
main
to7.17
:saved_objects_management
test archives to reduce flakiness (#162259)Related issues:
isExportable
throws" #131834Questions ?
Please refer to the Backport tool documentation