Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Sep 7, 2024
1 parent e2ca346 commit 81e1ca7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions regression-test/suites/job_p0/job_meta/load.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,4 @@ suite('load', 'p0,restart_fe') {
CREATE JOB ${oneTimeJobName} ON SCHEDULE AT '2052-03-18 00:00:00' comment 'test' DO insert into ${tableName} (timestamp, type, user_id) values ('2023-03-18','1','12213');
"""

qt_select1 """
select name, ExecuteType,RecurringStrategy,ExecuteSql from jobs("type" = "insert") where name = '${oneTimeJobName}'
"""
qt_select2 """
select name, ExecuteType,RecurringStrategy,ExecuteSql from jobs("type" = "insert") where name = '${recurringJobName}'
"""

}

0 comments on commit 81e1ca7

Please sign in to comment.