-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ftr/docker-services] Use docker services in epm_api_integration suite #68172
Closed
Conversation
This file contains 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
spalger
force-pushed
the
implement/ingest-docker-servers
branch
from
June 17, 2020 04:25
4fe83db
to
13acb78
Compare
spalger
force-pushed
the
implement/ftr-docker-servers
branch
from
June 17, 2020 04:25
7555bde
to
5a5038c
Compare
spalger
force-pushed
the
implement/ingest-docker-servers
branch
3 times, most recently
from
June 18, 2020 00:13
708bd17
to
36b19aa
Compare
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 |
spalger
force-pushed
the
implement/ingest-docker-servers
branch
from
June 18, 2020 20:17
3db850d
to
4d82a76
Compare
spalger
force-pushed
the
implement/ingest-docker-servers
branch
from
June 18, 2020 22:28
4d82a76
to
4426ead
Compare
💔 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 Out
Stack Trace
Kibana 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 Out
Stack Trace
Build metrics
History
To update your PR or re-run it, just comment with: |
Replaced by #69822 |
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-pack
directory, run:In the main kibana directory, run
Port
12345
is 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
DockerServerService
tox-pack/test/epm_api_integration
and disables all other tests in that directory for now (These aren't currently run in CI, see #67943).