Yifan Cai created CASSANDRA-15628:
-------------------------------------

             Summary: Fix flakey testSendLarge - 
org.apache.cassandra.net.ConnectionTest
                 Key: CASSANDRA-15628
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15628
             Project: Cassandra
          Issue Type: Bug
          Components: Test/unit
            Reporter: Yifan Cai


The test fails sometimes with the following error message and trace. 

{code:java}
received count values don't match expected:<10> but was:<9>

junit.framework.AssertionFailedError: received count values don't match 
expected:<10> but was:<9>
at 
org.apache.cassandra.net.ConnectionUtils$InboundCountChecker.doCheck(ConnectionUtils.java:212)
at 
org.apache.cassandra.net.ConnectionUtils$InboundCountChecker.check(ConnectionUtils.java:200)
at 
org.apache.cassandra.net.ConnectionTest.lambda$testSendLarge$15(ConnectionTest.java:359)
at 
org.apache.cassandra.net.ConnectionTest.lambda$doTest$8(ConnectionTest.java:242)
at org.apache.cassandra.net.ConnectionTest.doTestManual(ConnectionTest.java:262)
at org.apache.cassandra.net.ConnectionTest.doTest(ConnectionTest.java:240)
at org.apache.cassandra.net.ConnectionTest.test(ConnectionTest.java:229)
at 
org.apache.cassandra.net.ConnectionTest.testSendLarge(ConnectionTest.java:312)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to