mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
* Docker build for the revised ITs * Fix POM versions * Update comments from review suggestions
1.2 KiB
1.2 KiB
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.