-
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: X-Pack EPM API Integration Tests.x-pack/test/fleet_api_integration/apis/epm/list·ts - EPM Endpoints EPM - list list api tests lists all limited packages from the registry #167188
Comments
Pinging @elastic/fleet (Team:Fleet) |
@kpollich I might be wrong but isn't this an Endpoint related test? |
I don't think this is actually related to endpoint, but the assertion is expecting the endpoint package to be installed. kibana/x-pack/test/fleet_api_integration/apis/epm/list.ts Lines 48 to 59 in 329e845
|
I'm seeing this error in the logs (happening in a 8.10 pr too):
Seems flaky though, can't reproduce locally. |
New failure: CI Build - main |
New failure: CI Build - main |
/skip |
Skipped main: e70181a |
Closes elastic#167188 Closes elastic#156941 (cherry picked from commit 10f7865)
# Backport This will backport the following commits from `main` to `8.11`: - [[Fleet] enable flaky tests (#170305)](#170305) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Julia Bardi","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-01T12:55:54Z","message":"[Fleet] enable flaky tests (#170305)\n\nCloses https://github.com/elastic/kibana/issues/167188\r\nCloses https://github.com/elastic/kibana/issues/156941","sha":"10f7865e4559b43f49d3a73dfd469dee34631938","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v8.12.0","v8.11.1"],"number":170305,"url":"https://github.com/elastic/kibana/pull/170305","mergeCommit":{"message":"[Fleet] enable flaky tests (#170305)\n\nCloses https://github.com/elastic/kibana/issues/167188\r\nCloses https://github.com/elastic/kibana/issues/156941","sha":"10f7865e4559b43f49d3a73dfd469dee34631938"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170305","number":170305,"mergeCommit":{"message":"[Fleet] enable flaky tests (#170305)\n\nCloses https://github.com/elastic/kibana/issues/167188\r\nCloses https://github.com/elastic/kibana/issues/156941","sha":"10f7865e4559b43f49d3a73dfd469dee34631938"}},{"branch":"8.11","label":"v8.11.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Julia Bardi <[email protected]>
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
Tests don't seem to find the bundled packages here, not sure if it's relevant:
The failure in question is expecting endpoint to be installed, but it isn't
|
New failure: CI Build - 8.11 |
New failure: CI Build - 8.11 |
New failure: CI Build - 8.11 |
@kpollich It is relevant, as the test fails on endpoint not being in registry, similar to this one: #163203 (comment) Found that the bundled packages are downloaded in ci build, but not in the expected
|
Interesting. The closest thing I found to the introduction of the |
Thanks for the link! |
A test failed on a tracked branch
First failure: CI Build - main
The text was updated successfully, but these errors were encountered: