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


##########
test/harry/main/org/apache/cassandra/harry/model/QuiescentChecker.java:
##########
@@ -208,17 +209,20 @@ public static void validate(SchemaSpec schema, 
DataTracker tracker, @Nullable Se
                 Reconciler.RowState expectedStaticRowState = 
adjustForSelection(partitionState.staticRow(), schema, selection, true);
                 assertStaticRow(partitionState, actualRows, 
expectedStaticRowState, actualRowState, query, trackerState, schema);
             }
+
+            rowId++;

Review Comment:
   I added this as it wasn't clear that C* returned 0 rows... with this I can 
tell the difference 0 rows and missing at least 1 row



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