[regression test](routine test) add case for desired_concurrent_number (#27372)
This commit is contained in:
@ -462,7 +462,7 @@ public class CreateRoutineLoadStmt extends DdlStmt {
|
||||
desiredConcurrentNum = ((Long) Util.getLongPropertyOrDefault(
|
||||
jobProperties.get(DESIRED_CONCURRENT_NUMBER_PROPERTY),
|
||||
Config.max_routine_load_task_concurrent_num, DESIRED_CONCURRENT_NUMBER_PRED,
|
||||
DESIRED_CONCURRENT_NUMBER_PROPERTY + " should > 0")).intValue();
|
||||
DESIRED_CONCURRENT_NUMBER_PROPERTY + " must be greater than 0")).intValue();
|
||||
|
||||
maxErrorNum = Util.getLongPropertyOrDefault(jobProperties.get(MAX_ERROR_NUMBER_PROPERTY),
|
||||
RoutineLoadJob.DEFAULT_MAX_ERROR_NUM, MAX_ERROR_NUMBER_PRED,
|
||||
|
||||
Reference in New Issue
Block a user