dcapwell commented on code in PR #3489:
URL: https://github.com/apache/cassandra/pull/3489#discussion_r1728093738
##########
test/distributed/org/apache/cassandra/distributed/test/accord/AccordCQLTestBase.java:
##########
@@ -91,6 +92,27 @@ public static void setupClass() throws IOException
SHARED_CLUSTER.schemaChange("CREATE TYPE " + KEYSPACE + ".person
(height int, age int)");
}
+ @Override
+ protected void test(FailingConsumer<Cluster> fn) throws Exception
+ {
+ test("CREATE TABLE " + qualifiedAccordTableName + " (k int, c int, v
int, primary key (k, c)) WITH " + transactionalMode.asCqlParam(), fn);
Review Comment:
not related to this patch, but something found... several tests call `test`
but that defines `'full'` and doesn't respect the param... so overriding lets
me fix those tests to also run in mixed
--
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]