Skip to content

SentinelAclIntegrationTests needs to be enabled again #3274

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

Open
tishun opened this issue Apr 25, 2025 · 0 comments
Open

SentinelAclIntegrationTests needs to be enabled again #3274

tishun opened this issue Apr 25, 2025 · 0 comments
Labels
type: bug A general bug

Comments

@tishun
Copy link
Collaborator

tishun commented Apr 25, 2025

Bug Report

The SentinelAclIntegrationTests test needed to be disabled because it started failing after an update of the runner.

Last good runner: Image: ubuntu-24.04 Version: 20250413.1.0
First failing runner: Image: ubuntu-24.04 Version: 20250420.1.0

See #3273

Current Behavior

Stack trace
[INFO] Running io.lettuce.core.sentinel.SentinelAclIntegrationTests
Error:  Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.020 s <<< FAILURE! -- in io.lettuce.core.sentinel.SentinelAclIntegrationTests
Error:  io.lettuce.core.sentinel.SentinelAclIntegrationTests.connectThroughSentinel -- Time elapsed: 0.004 s <<< ERROR!
io.lettuce.core.RedisConnectionException: Unable to connect to localhost:26381
	at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:63)
	at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:41)
	at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:354)
	at io.lettuce.core.RedisClient.connect(RedisClient.java:233)
	at io.lettuce.core.sentinel.SentinelAclIntegrationTests.setUp(SentinelAclIntegrationTests.java:62)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
Caused by: io.lettuce.core.RedisCommandExecutionException: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
	at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151)
	at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:120)
	at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:124)
	at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:115)
	at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67)
	at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:769)
	at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:704)
	at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:621)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
	at io.netty.incubator.channel.uring.AbstractIOUringStreamChannel$IOUringStreamUnsafe.readComplete0(AbstractIOUringStreamChannel.java:299)
	at io.netty.incubator.channel.uring.AbstractIOUringChannel$AbstractUringUnsafe.readComplete(AbstractIOUringChannel.java:482)
	at io.netty.incubator.channel.uring.IOUringEventLoop.handleRead(IOUringEventLoop.java:331)
	at io.netty.incubator.channel.uring.IOUringEventLoop.handle0(IOUringEventLoop.java:297)
	at io.netty.incubator.channel.uring.IOUringEventLoop.handle(IOUringEventLoop.java:261)
	at io.netty.incubator.channel.uring.UserData.decode(UserData.java:30)
	at io.netty.incubator.channel.uring.IOUringCompletionQueue.process(IOUringCompletionQueue.java:90)
	at io.netty.incubator.channel.uring.IOUringEventLoop.run(IOUringEventLoop.java:222)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.lang.Thread.run(Thread.java:750)


</details>

#### Environment

- Lettuce version(s): (latest)
- Redis version: 8.0.RC1-pre
@tishun tishun added the type: bug A general bug label Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant