druid/integration-tests-ex
Paul Rogers 4706a4c572
Docker build for the revised ITs (#12707)
* Docker build for the revised ITs

* Fix POM versions

* Update comments from review suggestions
2022-08-10 14:17:33 +05:30
..
assets Docker build for the revised ITs (#12707) 2022-08-10 14:17:33 +05:30
it-image Docker build for the revised ITs (#12707) 2022-08-10 14:17:33 +05:30
it-tools Docker build for the revised ITs (#12707) 2022-08-10 14:17:33 +05:30
.gitignore Docker build for the revised ITs (#12707) 2022-08-10 14:17:33 +05:30
README.md Docker build for the revised ITs (#12707) 2022-08-10 14:17:33 +05:30
check-results.sh Docker build for the revised ITs (#12707) 2022-08-10 14:17:33 +05:30

README.md

Revised Integration Tests

This directory builds a Docker image for Druid. Later revisions use the image to run revised integration tests.

The it-base project is built as part of the normal build, though it is used only for the Docker image.

To build the image:

mvn $USUAL_CAVEATS -P test-image

Where $USUAL_CAVEATS are your favorite options to turn off static checks, UTs, etc.