yujun777 commented on code in PR #45298:
URL: https://github.com/apache/doris/pull/45298#discussion_r1883250993


##########
fe/fe-core/src/test/java/org/apache/doris/clone/TabletHealthTest.java:
##########
@@ -61,6 +63,7 @@ protected void beforeCreatingConnectContext() throws 
Exception {
         Config.colocate_group_relocate_delay_second = -1000; // be dead will 
imm relocate
         Config.tablet_schedule_interval_ms = 7200_000L;  //disable schedule
         Config.tablet_checker_interval_ms = 7200_000L;  //disable checker
+        Config.max_scheduling_tablets = 2000;

Review Comment:
   this only run once, move it to runBeforeEach() function



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to