SLING-8346 - Import Journal based Sling Content Distribution source code

This project contains the integration tests of the `org.apache.sling.distribution.journal` modules

Initial contributors

*  Christian Schneider @cschneider
*  Timothee Maret @tmaret
*  Marius Petria @mpetria
26 files changed
tree: 433dd422039153a49d9c52dc725601d9fd353a58
  1. src/
  2. LICENSE
  3. pom.xml
  4. README.md
README.md

org.apache.sling.distribution.journal.it

Toxiproxy

For some of the tests a local toxiproxy installation is needed.

Unfortunately the docker version of toxiproxy does not work correctly on mac. It would need --net=host which does not work on mac as docker is run in a vm. So currently you need to install toxiproxy using brew manually and start it before the tests.

If toxiproxy is not present the respective tests will be skipped with a message that toxiproxy server is missing. Because of a bug in pax exam the tests simply succeeed. So be aware that they might not check anything.