This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 17be32eefa7 [fix](regression test) fix table name too long (#28049) 17be32eefa7 is described below commit 17be32eefa723ad8937c26a67e24d33189a96e8a Author: yujun <yu.jun.re...@gmail.com> AuthorDate: Wed Dec 6 18:16:17 2023 +0800 [fix](regression test) fix table name too long (#28049) --- .../suites/load/insert/test_min_load_replica_num_complicate.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regression-test/suites/load/insert/test_min_load_replica_num_complicate.groovy b/regression-test/suites/load/insert/test_min_load_replica_num_complicate.groovy index 8c3efa5aa59..10869ed9bf2 100644 --- a/regression-test/suites/load/insert/test_min_load_replica_num_complicate.groovy +++ b/regression-test/suites/load/insert/test_min_load_replica_num_complicate.groovy @@ -39,8 +39,8 @@ suite('test_min_load_replica_num_complicate') { def random = new Random() def insertThreadNum = getSuiteConf('insertThreadNum', '3') as int - def iterationNum = getSuiteConf('iterationNum', '20') as int - def injectProb = getSuiteConf('injectProb', '50') as int // inject perc = injectProb / 100 + def iterationNum = getSuiteConf('iterationNum', '2') as int + def injectProb = getSuiteConf('injectProb', '100') as int // inject perc = injectProb / 100 def insertBatchSize = 4 def bucketNum = 2 @@ -73,7 +73,7 @@ suite('test_min_load_replica_num_complicate') { options.feConfigs.add('tablet_checker_interval_ms=1000') options.beNum = replicaNum + 1 - def tbl = "test_min_load_replica_num_complicate_tbl_replica_num_${replicaNum}_min_load_num_${minLoadNum}" + def tbl = "test_x_load_complicate_replica_${replicaNum}_x_${minLoadNum}" tbl = tbl.replaceAll('-', 'm') docker(options) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org