Skip to content

fix(deps): update dependency io.micronaut.micrometer:micronaut-microm… #660

fix(deps): update dependency io.micronaut.micrometer:micronaut-microm…

fix(deps): update dependency io.micronaut.micrometer:micronaut-microm… #660

GitHub Actions / Java CI / Test Report (21) failed Oct 29, 2024 in 0s

63 tests run, 60 passed, 2 skipped, 1 failed.

Annotations

Check failure on line 47 in redis-lettuce/src/test/groovy/io/micronaut/configuration/lettuce/cache/RedisClusterCacheSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (21)

RedisClusterCacheSpec.test read/write object from redis sync cache with read-from

io.lettuce.core.RedisCommandExecutionException: CLUSTERDOWN The cluster is down
Raw output
io.lettuce.core.RedisCommandExecutionException: CLUSTERDOWN The cluster is down
	at app//io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151)
	at app//io.lettuce.core.internal.Exceptions.bubble(Exceptions.java:57)
	at app//io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:235)
	at app//io.lettuce.core.cluster.ClusterFutureSyncInvocationHandler.handleInvocation(ClusterFutureSyncInvocationHandler.java:135)
	at app//io.lettuce.core.internal.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:84)
	at app//io.micronaut.configuration.lettuce.cache.AbstractRedisCache.putValue(AbstractRedisCache.java:245)
	at app//io.micronaut.configuration.lettuce.cache.RedisCache.putValue(RedisCache.java:162)
	at app//io.micronaut.configuration.lettuce.cache.AbstractRedisCache.put(AbstractRedisCache.java:109)
	at app//io.micronaut.configuration.lettuce.cache.RedisCache.put(RedisCache.java:180)
	at io.micronaut.configuration.lettuce.cache.RedisClusterCacheSpec.test read/write object from redis sync cache with read-from(RedisClusterCacheSpec.groovy:47)
Caused by: io.lettuce.core.RedisCommandExecutionException: CLUSTERDOWN The cluster is down
	at app//io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151)
	at app//io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:120)
	at app//io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:124)
	at app//io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:115)
	at app//io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67)
	at app//io.lettuce.core.cluster.ClusterCommand.complete(ClusterCommand.java:50)
	at app//io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67)
	at app//io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:749)
	at app//io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:684)
	at app//io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:601)
	at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
	at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
	at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
	at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
	at app//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
	at app//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
	at app//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
	at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
	at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at [email protected]/java.lang.Thread.run(Thread.java:1583)