https://github.com/joschi/testcontainers-spring-boot-embedded-redis-bug
https://github.com/joschi/testcontainers-spring-boot-embedded-redis-bug
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joschi/testcontainers-spring-boot-embedded-redis-bug
- Owner: joschi
- Created: 2020-02-03T08:53:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T09:02:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-06T02:42:08.362Z (over 1 year ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# com.playtika.testcontainers:embedded-redis:1.37 and later fail to start
Run with `com.playtika.testcontainers:embedded-redis:1.38` (failing):
```
./mvnw test -Dplaytika.testcontainers.version=1.38
```
Run with `com.playtika.testcontainers:embedded-redis:1.36` (working):
```
./mvnw test -Dplaytika.testcontainers.version=1.36
```