kstyrc / embedded-redis

Redis embedded server for Java integration testing
832 stars 366 forks source link

During running on Jenkins "Caused by: java.net.ConnectException at Errors.java:124" #120

Open SVynnytska opened 3 years ago

SVynnytska commented 3 years ago

During running on Jenkins I'm getting the error

Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException
11:37:59                  Caused by: java.net.ConnectException at Errors.java:124

Locally everything works perfectly. Is there any additional configuration that should be done to run tests with embedded Redis on Jenkins?

matthew-hole commented 2 years ago

Was there ever a resolution to this issue? Running into the same problem.