[ftr/docker-services] Use docker services in epm_api_integration suite#68172
Closed
[ftr/docker-services] Use docker services in epm_api_integration suite#68172
Conversation
4fe83db to
13acb78
Compare
7555bde to
5a5038c
Compare
708bd17 to
36b19aa
Compare
Member
|
I found this helpful when looking at the changes introduced in this PR before the other branch is merged: implement/ftr-docker-servers...implement/ingest-docker-servers |
3db850d to
4d82a76
Compare
4d82a76 to
4426ead
Compare
Contributor
💔 Build Failed
Failed CI StepsTest FailuresKibana Pipeline / kibana-xpack-agent / X-Pack API Integration Tests.x-pack/test/api_integration/apis/endpoint/alerts/index·ts.apis Endpoint plugin Endpoint alert API when data is in elasticsearch alerts api should return data using `before` on undefined primary sort values by custom sort parameter, ascendingStandard OutStack TraceKibana Pipeline / kibana-xpack-agent / X-Pack API Integration Tests.x-pack/test/api_integration/apis/endpoint/alerts/index·ts.apis Endpoint plugin Endpoint alert API when data is in elasticsearch alerts api should return data using `before` on undefined primary sort values by custom sort parameter, ascendingStandard OutStack TraceBuild metrics
History
To update your PR or re-run it, just comment with: |
Contributor
Author
|
Replaced by #69822 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From @skh in spalger#34:
Experimental
Implements #61699
To run:
in the
x-packdirectory, run:In the main kibana directory, run
Port
12345is used as an example here, it can be anything, but the environment variable has to be present for the tests to run at all.Changes
Adds a test that uses the
DockerServerServicetox-pack/test/epm_api_integrationand disables all other tests in that directory for now (These aren't currently run in CI, see #67943).