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

[7.17] [FTR - esArchiver] Update saved_objects_management test archives to reduce flakiness (#162259) #163479

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

gsoldevila
Copy link
Contributor

@gsoldevila gsoldevila commented Aug 9, 2023

Backport

This will backport the following commits from main to 7.17:

Related issues:

Questions ?

Please refer to the Backport tool documentation

… 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
@kibana-ci
Copy link
Collaborator

kibana-ci commented Aug 10, 2023

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

✅ unchanged

History

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

cc @gsoldevila

Copy link
Member

@afharo afharo left a 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', () => {
Copy link
Member

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?

Copy link
Contributor Author

@gsoldevila gsoldevila Aug 11, 2023

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.

@gsoldevila gsoldevila merged commit 3b43851 into elastic:7.17 Aug 11, 2023
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