bereng commented on a change in pull request #870:
URL: https://github.com/apache/cassandra/pull/870#discussion_r567577707
##########
File path:
test/unit/org/apache/cassandra/cql3/validation/operations/CreateTest.java
##########
@@ -365,6 +372,31 @@ public void testKeyspace() throws Throwable
execute("DROP KEYSPACE testXYZ");
}
+ /**
+ * Test a warning is thrown on create keyspace with a RF > number of
nodes.
+ */
+ @Test
+ public void testCreateKeyspaceRFgtNodesWarns() throws Throwable
Review comment:
There are other tests checking warnings without it and passing. But I
noticed `ant jar test -Dtest.name=CreateTest
-Dtest.methods=testCreateKeyspaceRFgtNodesWarns` & variation runs all tests or
none, seems broken Did you manage to run it in isolation?
----------------------------------------------------------------
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]