Execute test with docker compose #101

Merged
joao.dubas merged 3 commits from jpd-execute-tests-locally into main 2024-10-07 12:16:09 +00:00
Owner

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.

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.
joao.dubas added 3 commits 2024-10-07 11:58:50 +00:00
On this profile a new image is built that can handle tests locally.
chore: reorder targets alphabetically
All checks were successful
continuous-integration/drone/pr Build is passing
15b91c88b8
joao.dubas merged commit 5e029670eb into main 2024-10-07 12:16:09 +00:00
joao.dubas deleted branch jpd-execute-tests-locally 2024-10-07 12:16:09 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ex_trainer#101
No description provided.