CalvinKirs commented on code in PR #27703: URL: https://github.com/apache/doris/pull/27703#discussion_r1411680033
########## regression-test/suites/job_p0/test_base_insert_job.groovy: ########## @@ -97,7 +97,7 @@ suite("test_base_insert_job") { assert true } sql """ - STOP JOB for test_error_starts + STOP JOB where jobname = 'test_error_starts' Review Comment: This is a bit difficult. Only long-running tasks can actually trigger the logical execution of cancel. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org