This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 2f6c13d4c0f branch-2.1: [regression-test](fix) remove interrupt() in test_routine_load_eof.groovy #46044 (#46098) 2f6c13d4c0f is described below commit 2f6c13d4c0f1192aa7736ca85f164d80e0288161 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Dec 31 23:17:46 2024 +0800 branch-2.1: [regression-test](fix) remove interrupt() in test_routine_load_eof.groovy #46044 (#46098) Cherry-picked from #46044 Co-authored-by: shuke <sh...@selectdb.com> --- regression-test/suites/load_p0/routine_load/test_routine_load_eof.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/regression-test/suites/load_p0/routine_load/test_routine_load_eof.groovy b/regression-test/suites/load_p0/routine_load/test_routine_load_eof.groovy index 6eeb9a4e51c..5e61a3ec1d0 100644 --- a/regression-test/suites/load_p0/routine_load/test_routine_load_eof.groovy +++ b/regression-test/suites/load_p0/routine_load/test_routine_load_eof.groovy @@ -173,6 +173,5 @@ suite("test_routine_load_eof","p0") { sql "stop routine load for ${jobName}" sql "DROP TABLE IF EXISTS ${tableName}" } - thread.interrupt() } } \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org