This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new dbb91cae005 [fix](case) Update test_stream_load.groovy (#29550) dbb91cae005 is described below commit dbb91cae0054e9111ca3613bd584c5d1cc2c1b0a Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Thu Jan 4 21:27:26 2024 +0800 [fix](case) Update test_stream_load.groovy (#29550) add sql "sync" after streamload --- regression-test/suites/load_p0/stream_load/test_stream_load.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/load_p0/stream_load/test_stream_load.groovy b/regression-test/suites/load_p0/stream_load/test_stream_load.groovy index 310e995b01a..e3ab3aa3dba 100644 --- a/regression-test/suites/load_p0/stream_load/test_stream_load.groovy +++ b/regression-test/suites/load_p0/stream_load/test_stream_load.groovy @@ -1011,7 +1011,7 @@ suite("test_stream_load", "p0") { out = process.text json2pc = parseJson(out) log.info("test chunked transfer result: ${out}".toString()) - + sql "sync" qt_sql_chunked_transfer_csv "select * from ${tableName16} order by k1" } finally { sql """ DROP TABLE IF EXISTS ${tableName16} FORCE""" @@ -1039,7 +1039,7 @@ suite("test_stream_load", "p0") { out = process.text json2pc = parseJson(out) log.info("test chunked transfer result: ${out}".toString()) - + sql "sync" qt_sql_chunked_transfer_json "select * from ${tableName16} order by k1" } finally { sql """ DROP TABLE IF EXISTS ${tableName16} FORCE""" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org