-
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
[Fleet] Add integration test for epm install on multiple spaces #156864
[Fleet] Add integration test for epm install on multiple spaces #156864
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/fleet (Team:Fleet) |
@elasticmachine merge upstream |
type: 'index-pattern', | ||
id: 'metrics-*', | ||
}); | ||
expect(resIndexPatternMetrics.id).equal('metrics-*'); |
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.
It would be great to check that the installed_kibana_space_id
is set correctly on the SO. We have seen a support issue recently where this was the problem.
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.
LGTM
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @criamico |
…tic#156864) Closes elastic#150686 ## Summary Add integration test to cover integration installation in multiple spaces Steps followed: - Install System integration - Create new space - Uninstall System integration - Install again in the new space - Verify that integration is added successfully, assets are created and tagged with Managed and System tags --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit de48b5d)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…#156864) (#157005) # Backport This will backport the following commits from `main` to `8.8`: - [[Fleet] Add integration test for epm install on multiple spaces (#156864)](#156864) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Cristina Amico","email":"criamico@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-05-08T14:39:24Z","message":"[Fleet] Add integration test for epm install on multiple spaces (#156864)\n\nCloses https://github.com/elastic/kibana/issues/150686\r\n\r\n## Summary\r\n\r\nAdd integration test to cover integration installation in multiple\r\nspaces\r\n\r\nSteps followed:\r\n- Install System integration\r\n- Create new space\r\n- Uninstall System integration\r\n- Install again in the new space\r\n- Verify that integration is added successfully, assets are created and\r\ntagged with Managed and System tags\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"de48b5d9aca1e41bcd33534844a49bb4efb7754d","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v8.8.0","v8.9.0"],"number":156864,"url":"https://github.com/elastic/kibana/pull/156864","mergeCommit":{"message":"[Fleet] Add integration test for epm install on multiple spaces (#156864)\n\nCloses https://github.com/elastic/kibana/issues/150686\r\n\r\n## Summary\r\n\r\nAdd integration test to cover integration installation in multiple\r\nspaces\r\n\r\nSteps followed:\r\n- Install System integration\r\n- Create new space\r\n- Uninstall System integration\r\n- Install again in the new space\r\n- Verify that integration is added successfully, assets are created and\r\ntagged with Managed and System tags\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"de48b5d9aca1e41bcd33534844a49bb4efb7754d"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156864","number":156864,"mergeCommit":{"message":"[Fleet] Add integration test for epm install on multiple spaces (#156864)\n\nCloses https://github.com/elastic/kibana/issues/150686\r\n\r\n## Summary\r\n\r\nAdd integration test to cover integration installation in multiple\r\nspaces\r\n\r\nSteps followed:\r\n- Install System integration\r\n- Create new space\r\n- Uninstall System integration\r\n- Install again in the new space\r\n- Verify that integration is added successfully, assets are created and\r\ntagged with Managed and System tags\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"de48b5d9aca1e41bcd33534844a49bb4efb7754d"}}]}] BACKPORT--> Co-authored-by: Cristina Amico <criamico@users.noreply.github.com>
Closes #150686
Summary
Add integration test to cover integration installation in multiple spaces
Steps followed: