tree: 090eb3e1b137ed3f1b74ee292cb9eb6b57f491e3 [path history] [tgz]
  1. assets/
  2. it-image/
  3. it-tools/
  4. .gitignore
  5. check-results.sh
  6. README.md
integration-tests-ex/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.