Skip to content
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

Ground work to start up the docker image in the build #37754

Merged
merged 4 commits into from
Jan 24, 2019

Conversation

alpar-t
Copy link
Contributor

@alpar-t alpar-t commented Jan 23, 2019

This change adds a docker compose configuration that's used with
the elasticsearch.test.fixtures plugin to start up the image
and check that the TCP ports are up.

We can build on this to add other checks for cluster health,
run REST tests, etc.

We can add multiple containers and configurations to the compose
file (e.x. test different env vars) and form clusters.

To achieve this, the plugin was changed to allow a single Gradle project to host both the fixture and the tests that use it.

An added benefit is that docker based test fixtures have their images cached in CI images ( we do a compose pull when building this image ), so by using the same mechanism we also get to pull everything down for the docker images and will be able to reclaim some of the build time we lost when we added the docker image build.

This change adds a docker compose configuration that's used with
the `elasticsearch.test.fixtures` plugin to start up the image
and check that the TCP ports are up.

We can build on this to add other checks for culster health,
run REST tests, etc.

We can add multiple containers and configurations to the compose
file (e.x. test different env vars) and form clusters.
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -0,0 +1,20 @@
version: '3'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment that indicates this file is only used for testing of the docker image, not what we publish

@alpar-t alpar-t merged commit 4e08cca into elastic:master Jan 24, 2019
@alpar-t alpar-t deleted the docker-image-tests branch January 24, 2019 15:26
alpar-t added a commit that referenced this pull request Jan 24, 2019
This change adds a docker compose configuration that's used with
the `elasticsearch.test.fixtures` plugin to start up the image
and check that the TCP ports are up.

We can build on this to add other checks for culster health,
run REST tests, etc.

We can add multiple containers and configurations to the compose
file (e.x. test different env vars) and form clusters.
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v6.7.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants