tyro / rabbit-amazon-bridge

A service that routes JSON messages back and forth between AWS and rabbitmq
Apache License 2.0
18 stars 6 forks source link

50 improve test profile handling #51

Closed maccac closed 5 years ago

maccac commented 5 years ago

fixes #50

maccac commented 5 years ago

Actually, scratch this, it's not quite working as expected yet.

maccac commented 5 years ago

Actually. It does fix the issue, just testing against the wrong branch...

If you want to test against an image, run

make build && make deploy-image
./docker-services.up.sh

docker run -p 8080:8080 -v "$(pwd)"/src/test/resources:/app/extra-config --net rabbit-amazon-bridge_default tyro/rabbit-amazon-bridge:latest --artifact.version=1 --spring.profiles.active=docker-integration-test

just play with different profiles to see what happens.