dcapwell commented on code in PR #3656:
URL: https://github.com/apache/cassandra/pull/3656#discussion_r1831420124


##########
test/distributed/org/apache/cassandra/fuzz/sai/SingleNodeSAITestBase.java:
##########
@@ -116,6 +116,7 @@ public void basicSaiTest()
                                                          
ColumnSpec.regularColumn("v3", ColumnSpec.int64Type)),
                                            
List.of(ColumnSpec.staticColumn("s1", ColumnSpec.asciiType(40, 100))),
                                            withAccord ? 
Optional.of(TransactionalMode.full) : Optional.empty())
+                            .withWriteTimeFromAccord(false) // use the harry 
timestamp

Review Comment:
   I wouldn't want to do this in this patch, maybe in v2, but we might want to 
start prototyping different styles of tests to see what "should" the API look 
like and what we need. 



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