-
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
[APM] Update ES archive for tests #106837
Conversation
Pinging @elastic/apm-ui (Team:apm) |
@@ -307,42 +307,6 @@ export default function ApiTest({ getService }: FtrProviderContext) { | |||
}); | |||
}); | |||
|
|||
describe('when not defined environments is seleted', () => { |
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.
the edge cluster does not have any services without the environment being defined.
@elasticmachine merge upstream |
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
💚 Build SucceededMetrics [docs]Public APIs missing comments
Any counts in public APIs
Public APIs missing exports
Unknown metric groupsAPI count
References to deprecated APIs
History
To update your PR or re-run it, just comment with: |
💔 Backport failed
To backport manually run: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
# Conflicts: # x-pack/test/apm_api_integration/tests/transactions/distribution.ts
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Updates ES archive. Had to make some changes where things were hardcoded or to accommodate API changes in es-archiver, and disable SO v2 migration because it tried to migrate things whilst es archiver was deleting and re-creating kibana indices, causing tests to fail.
Update: see #106846