You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (Jira)" <ji...@apache.org> on 2022/09/06 16:47:00 UTC

[jira] [Commented] (CASSANDRA-17618) Fix flaky org.apache.cassandra.distributed.test.InternodeEncryptionEnforcementTest

    [ https://issues.apache.org/jira/browse/CASSANDRA-17618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600884#comment-17600884 ] 

Aleksey Yeschenko commented on CASSANDRA-17618:
-----------------------------------------------

bq. I don't see any reason to not return after failing, but there are other instances where we don't and this isn't my area of expertise. Aleksey Yeschenko this is your test, can you advise?

Your instinct feels right, I think the returns here are the right call. LGTM

> Fix flaky org.apache.cassandra.distributed.test.InternodeEncryptionEnforcementTest
> ----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17618
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17618
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CI
>            Reporter: Ekaterina Dimitrova
>            Assignee: Brandon Williams
>            Priority: Normal
>             Fix For: 4.1-beta
>
>
> The test is flaky on 4.1:
> https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/1604/workflows/243a20a5-eda2-4c28-95e8-ab6c4f85a891/jobs/10911
> {code:java}
> junit.framework.AssertionFailedError: expected:<0> but was:<1>
> 	at org.apache.cassandra.distributed.test.InternodeEncryptionEnforcementTest.lambda$testConnectionsAreRejectedWithInvalidConfig$81c80a4a$1(InternodeEncryptionEnforcementTest.java:91)
> 	at org.apache.cassandra.concurrent.FutureTask$1.call(FutureTask.java:81)
> 	at org.apache.cassandra.concurrent.FutureTask.call(FutureTask.java:47)
> 	at org.apache.cassandra.concurrent.FutureTask.run(FutureTask.java:57)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
> 	at java.lang.Thread.run(Thread.java:748)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org