dcapwell commented on code in PR #3877:
URL: https://github.com/apache/cassandra/pull/3877#discussion_r1945587318
##########
test/distributed/org/apache/cassandra/fuzz/topology/AccordTopologyMixupTest.java:
##########
@@ -121,7 +126,6 @@ protected void preCheck(Property.StatefulBuilder builder)
private static Spec createSchemaSpec(RandomSource rs, Cluster cluster)
{
TransactionalMode mode = rs.pick(TRANSACTIONAL_MODES);
- boolean enableMigration = allowsMigration(mode) && rs.nextBoolean();
Review Comment:
this logic used to work, but now we look to block it, so removed.
This test wanted to run `begin transaction` while the migration was active,
which used to be allowed. As its no longer allowed just removed the logic
--
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]