Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update graalvm/setup-graalvm action to v1.2.6 #584

Open
wants to merge 1 commit into
base: 6.6.x
Choose a base branch
from

chore(deps): update graalvm/setup-graalvm action to v1.2.6

fc37701
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update graalvm/setup-graalvm action to v1.2.6 #584

chore(deps): update graalvm/setup-graalvm action to v1.2.6
fc37701
Select commit
Loading
Failed to load commit list.
GitHub Actions / Java CI / Test Report (21) failed Nov 14, 2024 in 0s

2 tests run, 1 passed, 0 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 java.base@21.0.5/java.lang.Thread.run(Thread.java:1583)