-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Fix Version/s: 4.0, 4.0-alpha4
-
Component/s: Test/unit
-
Labels:
-
Bug Category:Correctness - Test Failure
-
Severity:Normal
-
Complexity:Normal
-
Discovered By:Unit Test
-
Platform:All
-
Impacts:None
-
Since Version:
-
Source Control Link:
-
Test and Documentation Plan:
The test fails sometimes with the following error message and trace.
processed count values don't match expected:<90> but was:<89> junit.framework.AssertionFailedError: processed count values don't match expected:<90> but was:<89> at org.apache.cassandra.net.ConnectionUtils$InboundCountChecker.doCheck(ConnectionUtils.java:217) at org.apache.cassandra.net.ConnectionUtils$InboundCountChecker.check(ConnectionUtils.java:200) at org.apache.cassandra.net.ConnectionTest.lambda$testSerializeError$24(ConnectionTest.java:494) at org.apache.cassandra.net.ConnectionTest.lambda$doTest$8(ConnectionTest.java:240) at org.apache.cassandra.net.ConnectionTest.doTestManual(ConnectionTest.java:260) at org.apache.cassandra.net.ConnectionTest.doTest(ConnectionTest.java:238) at org.apache.cassandra.net.ConnectionTest.test(ConnectionTest.java:227) at org.apache.cassandra.net.ConnectionTest.testSerializeError(ConnectionTest.java:435)
- duplicates
-
CASSANDRA-15628 Fix flakey testSendLarge - org.apache.cassandra.net.ConnectionTest
-
- Resolved
-
-
CASSANDRA-15629 Fix flakey testSendSmall - org.apache.cassandra.net.ConnectionTest
-
- Resolved
-
- is related to
-
CASSANDRA-15649 test.distributed.timeout no longer respected in CircleCI
-
- Resolved
-
- links to