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

Flaky tests on the CI pipeline #2919

Open
tishun opened this issue Jul 12, 2024 · 0 comments
Open

Flaky tests on the CI pipeline #2919

tishun opened this issue Jul 12, 2024 · 0 comments
Labels
type: bug A general bug

Comments

@tishun
Copy link
Collaborator

tishun commented Jul 12, 2024

Bug Report

There are tests that are failing intermittently on the pipeline. Keeping a list here.

Current Behavior

The following tests have shown instability in the last 6 months:

ConnectionCommandIntegrationTests.selectReconnect:273 » Redis io.netty.channel.unix.Errors$NativeIoException: io_uring read(..) failed: Connection reset by peer
ConnectionCommandIntegrationTests.changeAclPasswordDuringDisconnect:150->lambda$changeAclPasswordDuringDisconnect$5:170 » Redis io.netty.channel.unix.Errors$NativeIoException: io_uring read(..) failed: Connection reset by peer
Error:  Failures: 
Error:    ConnectionFailureIntegrationTests.failOnReconnect:117 
Expecting a throwable with root cause being an instance of:
  io.lettuce.core.RedisException
but current throwable has no cause.
Throwable that failed the check:
java.lang.IllegalStateException: Future timeout
	at io.lettuce.test.TestFutures.awaitOrTimeout(TestFutures.java:46)
	at io.lettuce.core.protocol.ConnectionFailureIntegrationTests.lambda$failOnReconnect$1(ConnectionFailureIntegrationTests.java:117)
	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
	at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:892)
	at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1365)
	at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1209)
Stack trace
// your stack trace here;

Input Code

Input Code
// your code here;

Expected behavior/code

Environment

  • Lettuce version(s): [e.g. 5.0.0.RELEASE, 4.2.2.Final]
  • Redis version: [e.g. 4.0.9]

Possible Solution

Additional context

@tishun tishun added the type: bug A general bug label Jul 12, 2024
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