You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using embeddedredis in our (parallel) tests and we recently start seeing these errors on our CI machine.
I guess some file handle is not closed in time?
redis.embedded.exceptions.EmbeddedRedisException: Failed to start Redis instance
Stacktrace
sbt.ForkMain$ForkError: redis.embedded.exceptions.EmbeddedRedisException: Failed to start Redis instance
at redis.embedded.AbstractRedisInstance.start(AbstractRedisInstance.java:42)
at redis.embedded.RedisServer.start(RedisServer.java:9)
at io.waylay.cache.redis.WithEmbeddedRedis.setUp(WithEmbeddedRedis.scala:51)
at io.waylay.cache.redis.WithEmbeddedRedis.around(WithEmbeddedRedis.scala:70)
at io.waylay.cache.redis.WithEmbeddedRedis.delayedInit(WithEmbeddedRedis.scala:35)
at io.waylay.cache.redis.RedisCacheSpec$$anonfun$1$$anonfun$apply$3$$anon$3.<init>(RedisCacheSpec.scala:23)
at io.waylay.cache.redis.RedisCacheSpec$$anonfun$1$$anonfun$apply$3.apply(RedisCacheSpec.scala:23)
at io.waylay.cache.redis.RedisCacheSpec$$anonfun$1$$anonfun$apply$3.apply(RedisCacheSpec.scala:23)
Caused by: sbt.ForkMain$ForkError: java.io.IOException: Cannot run program "/tmp/1494421531552-0/redis-server-2.8.19" (in directory "/tmp/1494421531552-0"): error=26, Text file busy
at redis.embedded.AbstractRedisInstance.start(AbstractRedisInstance.java:37)
... 7 more
Caused by: sbt.ForkMain$ForkError: java.io.IOException: error=26, Text file busy
... 8 more
The text was updated successfully, but these errors were encountered:
We are using embeddedredis in our (parallel) tests and we recently start seeing these errors on our CI machine.
I guess some file handle is not closed in time?
The text was updated successfully, but these errors were encountered: