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 3635a463926 branch-3.0: [fix](test) fix test_routine_load_with_user test fail when using storage vault #47959 (#48000) 3635a463926 is described below commit 3635a463926b25bd17ab5d07804958fbb2cffbb3 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Feb 18 15:13:17 2025 +0800 branch-3.0: [fix](test) fix test_routine_load_with_user test fail when using storage vault #47959 (#48000) Cherry-picked from #47959 Co-authored-by: hui lai <lai...@selectdb.com> --- .../suites/load_p0/routine_load/test_routine_load_with_user.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-test/suites/load_p0/routine_load/test_routine_load_with_user.groovy b/regression-test/suites/load_p0/routine_load/test_routine_load_with_user.groovy index 73641f46d01..3611e1cc0d6 100644 --- a/regression-test/suites/load_p0/routine_load/test_routine_load_with_user.groovy +++ b/regression-test/suites/load_p0/routine_load/test_routine_load_with_user.groovy @@ -20,6 +20,8 @@ import org.apache.kafka.clients.producer.KafkaProducer import org.apache.kafka.clients.producer.ProducerRecord import org.apache.kafka.clients.producer.ProducerConfig +import java.util.stream.Collectors; + suite("test_routine_load_with_user","p0") { def kafkaCsvTpoics = [ "test_routine_load_with_user", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org