jakubzytka commented on code in PR #2336:
URL: https://github.com/apache/cassandra/pull/2336#discussion_r1193981668


##########
test/distributed/org/apache/cassandra/distributed/upgrade/MixedModeAvailabilityOneAllTest.java:
##########
@@ -23,10 +23,10 @@
 /**
  * {@link MixedModeAvailabilityTestBase} for upgrades from v30 with ONE-ALL 
write-read consistency.
  */
-public class MixedModeAvailabilityV30OneAllTest extends 
MixedModeAvailabilityTestBase
+public class MixedModeAvailabilityOneAllTest extends 
MixedModeAvailabilityTestBase
 {
-    public MixedModeAvailabilityV30OneAllTest()
+    public MixedModeAvailabilityOneAllTest()
     {
-        super(v30, ConsistencyLevel.ONE, ConsistencyLevel.ALL);
+        super(ConsistencyLevel.ONE, ConsistencyLevel.ALL);

Review Comment:
   the test cases are in `MixedModeAvailabilityTestBase` so it makes sense to 
define applicability there.



-- 
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.

To unsubscribe, e-mail: [email protected]

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