Skip to content

Files

Latest commit

4e84d5b · Apr 25, 2019

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 15, 2019
Feb 15, 2019
Jul 12, 2018
Jan 10, 2019
Apr 25, 2019
Apr 25, 2019
Feb 15, 2019
Feb 15, 2019
Mar 12, 2019
Mar 19, 2019
Jul 24, 2018
Feb 15, 2019

This directory contains integration tests for Pulsar.

The integration tests use a framework called Test Containers to bring up a bunch of docker containers running Pulsar services. TestNG can then be used to test functionallity against these containers.

The tests require that docker is installed and running. Tests will only run if the integrationTests system property is defined. To run the tests:

# in the top level directory
pulsar/ $ mvn install -DskipTests -Pdocker # builds the docker images
...
pulsar/ $ mvn -f tests/pom.xml test -DintegrationTests

The directories are as follows:

  • docker-images/ : Docker images for integration testing.
  • integration/ : The integration tests and utilities themselves.