netty5/docker
Norman Maurer 9acd9273c1
Allow to run tests with leak detection enabled. (#8323)
Motivation:

We should add some command to be able to run all tests with leak detection enabled. This will then be used on the CI during PR builds.

Modifications:

Add new docker-compose config to run with leak-detection enabled.

Result:

Easy way to enable leak detection while running tests via docker.
2018-09-27 09:13:28 +02:00
..
docker-compose.centos-6.18.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-6.19.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-6.110.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-6.111.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-7.18.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-7.19.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-7.110.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.centos-7.111.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
docker-compose.yaml Allow to run tests with leak detection enabled. (#8323) 2018-09-27 09:13:28 +02:00
Dockerfile.centos add docker-compose to allow easy testing across linux and java versions (#7958) 2018-05-28 10:31:48 +02:00
README.md add docker-compose to allow easy testing across linux and java versions (#7958) 2018-05-28 10:31:48 +02:00

Using the docker images

cd /path/to/netty/

centos 6 with java 8

docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-6.18.yaml run test

centos 7 with java 9

docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.centos-7.19.yaml run test

etc, etc