sloppycoder / nfsx

building blocks for creating http based micro service using Spring Boot and Netflix OSS
4 stars 5 forks source link

embedded redis always start with hard coded port number #18

Closed sloppycoder closed 7 years ago

sloppycoder commented 8 years ago

https://github.com/sloppycoder/nfsx/blob/master/ibank/apps/webapp/src/test/java/com/fictional/ibank/web/RedisBasedTest.java

need a way to use dynamically assigned port number and tell spring to use it, so that there is no port number clash during parallel runs of tests.

sloppycoder commented 7 years ago

removed embedded-redis dependency since it causes problem on Travis-CI, not sure why. no need to fix.