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. To run the tests:
# in the top level directory pulsar/ $ ./gradlew :tests:latest-version-image:dockerBuild # builds the docker test image pulsar/ $ ./gradlew :tests:integration:integrationTest # runs the integration tests
The directories are as follows: