Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
Correctness - Test Failure
-
Normal
-
Normal
-
Unit Test
-
All
-
None
Description
The test fails sometimes with the following error message and trace.
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)
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-15630 Fix flakey testSerializeError - org.apache.cassandra.net.ConnectionTest
- Resolved