This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 4915f3eb57410471586a3acbfd65ee98bc70fad5 Author: Calvin Kirs <[email protected]> AuthorDate: Tue Aug 20 17:49:14 2024 +0800 [Fix](test)Insert job test occasionally fails (#39591) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> --- regression-test/suites/job_p0/test_base_insert_job.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/regression-test/suites/job_p0/test_base_insert_job.groovy b/regression-test/suites/job_p0/test_base_insert_job.groovy index 51816414d19..e67e65bf345 100644 --- a/regression-test/suites/job_p0/test_base_insert_job.groovy +++ b/regression-test/suites/job_p0/test_base_insert_job.groovy @@ -172,8 +172,6 @@ suite("test_base_insert_job") { def past_start_time_job = sql """ select status from jobs("type"="insert") where name='past_start_time'""" println past_start_time_job assert past_start_time_job.get(0).get(0) == "RUNNING" - def recurringTableDatas = sql """ select count(1) from ${tableName} where user_id=99 and type=99 """ - assert recurringTableDatas.get(0).get(0) == 1 sql """ DROP JOB IF EXISTS where jobname = 'past_start_time' """ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
