We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are tests that are failing intermittently on the pipeline. Keeping a list here.
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)
// your stack trace here;
// your code here;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Stack trace
// your stack trace here;
Input Code
Input Code
// your code here;
Expected behavior/code
Environment
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: