dcapwell commented on code in PR #3835:
URL: https://github.com/apache/cassandra/pull/3835#discussion_r1932651469
##########
test/unit/accord/utils/Gens.java:
##########
@@ -88,6 +91,63 @@ public static <T> Gen<T> oneOf(Map<Gen<T>, Integer> values)
return rs -> gen.next(rs).next(rs);
}
+ public static <T> OneOfBuilder<T> oneOf()
Review Comment:
its only used in `org.apache.cassandra.tcm.log.LogStateTestBase` on
cep-15-accord, but not in trunk.
I am asking Alex about this, as the usage is for TCM reconstruct of older
epochs. This feature was added specifically for Accord, but we had a lot of
issues with it so we migrated off it... but seems we still have the API/Tests
for it.
--
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]