This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new bf74831f46c branch-3.0: [regression-test](fix) remove interrupt() in
test_routine_load_eof.groovy #46044 (#46097)
bf74831f46c is described below
commit bf74831f46c9e879d94d98e14b321f0dedbfb5ee
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 27 19:31:45 2024 +0800
branch-3.0: [regression-test](fix) remove interrupt() in
test_routine_load_eof.groovy #46044 (#46097)
Cherry-picked from #46044
Co-authored-by: shuke <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]