dcapwell commented on code in PR #4220: URL: https://github.com/apache/cassandra/pull/4220#discussion_r2226816639
########## test/simulator/main/org/apache/cassandra/simulator/ActionSchedule.java: ########## @@ -73,7 +73,65 @@ public class ActionSchedule implements CloseableIterator<Object>, LongConsumer { private static final Logger logger = LoggerFactory.getLogger(ActionList.class); - public enum Mode { TIME_LIMITED, STREAM_LIMITED, TIME_AND_STREAM_LIMITED, FINITE, UNLIMITED } + public enum Mode + { Review Comment: i had found some value as i was struggling to understand why my `infiniteStream` based test was not hitting the max steps i had encoded in the test... learned that I wanted a `stream` instead I removed the `Use cases` section -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org