jonmeredith commented on a change in pull request #868:
URL: https://github.com/apache/cassandra/pull/868#discussion_r568154754



##########
File path: 
test/distributed/org/apache/cassandra/distributed/upgrade/UpgradeTest.java
##########
@@ -20,13 +20,48 @@
 
 import org.junit.Test;
 
+import org.apache.cassandra.distributed.UpgradeableCluster;
 import org.apache.cassandra.distributed.api.ConsistencyLevel;
 import org.apache.cassandra.distributed.api.Feature;
 import org.apache.cassandra.distributed.shared.Versions;
 import static org.apache.cassandra.distributed.shared.AssertUtils.*;
 
 public class UpgradeTest extends UpgradeTestBase
 {
+    public static void truncateWriteReadTest(UpgradeableCluster cluster, int 
instanceNum)

Review comment:
       Apologies, it was from an earlier iteration where I was trying to prove 
the issue but it turns out truncate doesn't check the response so it didn't hit 
the error so I switched to using CAS  for the `Pre40MessageFilterTest`. I'll 
remove it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to