dcapwell commented on code in PR #4220:
URL: https://github.com/apache/cassandra/pull/4220#discussion_r2219576825
##########
test/simulator/main/org/apache/cassandra/simulator/Actions.java:
##########
@@ -33,6 +33,24 @@
public class Actions
{
+ public static class EmptyAction extends Action
Review Comment:
> rather than no action at all?
you mean return `null`?
The use case is a action is selected in the AST logic, but it can't apply
given the current state of the model (can't select a known partition if there
are no partitions), so need a way to detect this and retry with a different
action
--
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]