aweisberg commented on code in PR #3694:
URL: https://github.com/apache/cassandra/pull/3694#discussion_r1853075312
##########
test/distributed/org/apache/cassandra/fuzz/sai/SingleNodeSAITestBase.java:
##########
@@ -95,52 +97,60 @@ public static void before() throws Throwable
sut = new InJvmSut(cluster);
}
- public SingleNodeSAITestBase(boolean withAccord)
+ public SingleNodeSAITestBase(TransactionalMode transactionalMode)
{
- this.withAccord = withAccord;
+ this.transactionalMode = transactionalMode;
}
@Test
public void basicSaiTest()
+ {
Review Comment:
I did talk with @ifesdjeen and he took in some of my changes already on his
branch so we can merge in either order.
--
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]