-
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
[ftr] add support for docker services #61920
Conversation
Example of what happens when port number isn't unique: https://kibana-ci.elastic.co/job/elastic+kibana+pipeline-pull-request/37391/execution/node/216/log/ (expanded error message fe54cbe) |
Hi @spalger, I am curious on how this POC went and if it's something we can push further? |
…-docker-servers # Conflicts: # .ci/Jenkinsfile_coverage # .ci/Jenkinsfile_visual_baseline # packages/kbn-dev-utils/src/index.ts # packages/kbn-pm/dist/index.js # packages/kbn-test/src/functional_test_runner/lib/index.ts # vars/workers.groovy
💔 Build Failed
Failed CI Steps
History
To update your PR or re-run it, just comment with: |
I've opened spalger#34 with a few suggestions, and a working test. |
Moving this PR to a feature branch and starting a second PR for the ingest test implementation |
Talked with @nchaulet about #61699 and I think this would be an interesting way to solve it, adding a
dockerServers
config to the functional test runner that would allow launching any number of servers along side the functional tests.Provided by this feature:
Not provided by this feature:
DOCS