-
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
Failing test: Plugin Functional Tests.test/plugin_functional/test_suites/saved_objects_hidden_type/delete·ts - Saved objects with hidden type delete "before all" hook for "should return generic 404 when trying to delete a doc with importableAndExportable types" #131871
Comments
Pinging @elastic/kibana-core (Team:Core) |
@elastic/kibana-core this seems to be related with your area, please reassign if I'm wrong. |
New failure: CI Build - 7.17 |
New failure: CI Build - 7.17 |
New failure: CI Build - 7.17 |
Skipped. These tests began to be flaky after an update to Chromium. 7.17: 035bffc |
Same underlying cause as #131830 These tests load documents in the .kibana index through ES archiver, in a There seems to be a race condition, probably competing against the Kibana startup migration logic.
This operation fails, and it seems that since the Promise rejection is not handled, brings the Kibana server down.
Internally, during this migration, one of the calls to ES fails due to an unexisting index alias:
I imagine that this alias is missing occasionally (flakily) due to other asynchronous actors deleting it.
|
…ives to reduce flakiness (#162259) (#163479) # Backport This will backport the following commits from `main` to `7.17`: - [[FTR - esArchiver] Update `saved_objects_management` test archives to reduce flakiness (#162259)](#162259) <!--- Backport version: 8.9.8 --> ### Related issues: - #132855 - #130305 - #147635 - #132566 - #131871 - #131830 - #131834 ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2023-07-24T08:11:39Z","message":"[FTR - esArchiver] Update `saved_objects_management` test archives to reduce flakiness (#162259)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/161882\r\n\r\nUpdates all archives of the\r\n`test/functional/fixtures/es_archiver/saved_objects_management` test\r\nsuite:\r\n* Removing SO index definitions.\r\n* Updating documents defined in `data.json`.","sha":"59450f0a22bb8c34598d7156dcbf144d41752259","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","technical debt","release_note:skip","backport:skip","FTR","v8.10.0"],"number":162259,"url":"https://github.com/elastic/kibana/pull/162259","mergeCommit":{"message":"[FTR - esArchiver] Update `saved_objects_management` test archives to reduce flakiness (#162259)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/161882\r\n\r\nUpdates all archives of the\r\n`test/functional/fixtures/es_archiver/saved_objects_management` test\r\nsuite:\r\n* Removing SO index definitions.\r\n* Updating documents defined in `data.json`.","sha":"59450f0a22bb8c34598d7156dcbf144d41752259"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/162259","number":162259,"mergeCommit":{"message":"[FTR - esArchiver] Update `saved_objects_management` test archives to reduce flakiness (#162259)\n\n## Summary\r\n\r\nPart of https://github.com/elastic/kibana/issues/161882\r\n\r\nUpdates all archives of the\r\n`test/functional/fixtures/es_archiver/saved_objects_management` test\r\nsuite:\r\n* Removing SO index definitions.\r\n* Updating documents defined in `data.json`.","sha":"59450f0a22bb8c34598d7156dcbf144d41752259"}}]}] BACKPORT-->
A test failed on a tracked branch
First failure: CI Build - 7.17
The text was updated successfully, but these errors were encountered: