Skip to content

Commit

Permalink
Update test_base_insert_job.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs authored Nov 29, 2024
1 parent 3528741 commit 1551db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/job_p0/test_base_insert_job.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ suite("test_base_insert_job") {
CREATE JOB test_error_starts ON SCHEDULE every -1 second comment 'test' DO insert into ${tableName} (timestamp, type, user_id) values ('2023-03-18','1','12213');
"""
} catch (Exception e) {
assert e.getMessage().contains("expecting INTEGER_VALUE")
//ignore
}

// test keyword as job name
Expand Down

0 comments on commit 1551db9

Please sign in to comment.