jacek-lewandowski commented on code in PR #2972:
URL: https://github.com/apache/cassandra/pull/2972#discussion_r1421287547


##########
test/unit/org/apache/cassandra/schema/MigrationCoordinatorTest.java:
##########
@@ -96,6 +100,8 @@ public class MigrationCoordinatorTest
             throw new AssertionError(e);
         }
 
+        CassandraRelevantProperties.SCHEMA_PULL_BACKOFF_INTERVAL_MS.setLong(0);

Review Comment:
   This test is very specific - it investigates different behaviours of 
`MigrationCoordinator` and sending subsequent requests in particular. We have 
it under control so we can set it to 0 to run it faster. 
   
   In other tests, we want that backoff because resending a request is a part 
of normal operation and we don't want to flood the logs



-- 
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]

Reply via email to