maedhroz commented on code in PR #2150:
URL: https://github.com/apache/cassandra/pull/2150#discussion_r1103043113
##########
test/distributed/org/apache/cassandra/distributed/test/accord/AccordTestBase.java:
##########
@@ -140,8 +142,16 @@ private static Cluster createCluster() throws IOException
.start());
}
- private static SimpleQueryResult execute(Cluster cluster, String check,
Object... boundValues)
+ protected static SimpleQueryResult executeTxn(Cluster cluster, String
check, Object... boundValues)
Review Comment:
```suggestion
protected static SimpleQueryResult executeAsTxn(Cluster cluster, String
check, Object... boundValues)
```
--
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]