dcapwell commented on code in PR #3877:
URL: https://github.com/apache/cassandra/pull/3877#discussion_r1945324872
##########
test/distributed/org/apache/cassandra/fuzz/topology/AccordTopologyMixupTest.java:
##########
@@ -240,13 +245,39 @@ public String createSchema()
private static class AccordState extends State<Spec>
{
+ private final Int2ObjectHashMap<String> instanceEpochState = new
Int2ObjectHashMap<>();
private final ListenerHolder listener;
public AccordState(RandomSource rs)
{
super(rs, AccordTopologyMixupTest::createSchemaSpec,
AccordTopologyMixupTest::cqlOperations);
this.listener = new ListenerHolder(this);
+ this.preActions.add(this::populateEpochState);
Review Comment:
before every step we collect a snapshot of epoch state, if a step fails we
show the status *before* the step
--
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]