Execute test with docker compose #101
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "jpd-execute-tests-locally"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When we changed the application to be executed as distributed nodes (PR #96), performing tests with
docker-compose
became impossible.To fix this situation in this PR, two new targets are added to
Makefile
:compose_test
compose_test_shell
These new targets allow one to execute tests and enter the container shell responsible for running these tests.