This is an automated email from the ASF dual-hosted git repository.
kirs 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 3608d2cc846 [Fix](test)Insert job test occasionally fails (#39591)
3608d2cc846 is described below
commit 3608d2cc846bb6695dd7527915e973f9a12d5d57
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]