sk0x50 commented on code in PR #5621:
URL: https://github.com/apache/ignite-3/pull/5621#discussion_r2046755576


##########
modules/transactions/src/integrationTest/java/org/apache/ignite/internal/tx/readonly/ItReadOnlyTxInPastTest.java:
##########
@@ -80,4 +111,38 @@ void implicitReadOnlyTxDoesNotLookBeforeTableCreation() {
 
         assertThat(count, is(0L));
     }
+
+    private void setDefaultZoneAutoAdjustScaleUpTimeoutToImmediate() {

Review Comment:
   Minor: Duplicating code in tests is generally OK. However, we may move this 
code to a base class (`ClusterPerClassIntegrationTest`, for instance) and 
execute it right after cluster initialization when the colocation feature is 
enabled. WDYT?



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

Reply via email to