You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by da...@apache.org on 2024/01/07 11:53:24 UTC

(doris) branch master updated: [fix](case) Update test_stream_load.groovy (#29551)

This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e49aab7ba9 [fix](case) Update test_stream_load.groovy (#29551)
8e49aab7ba9 is described below

commit 8e49aab7ba9b4f1c3c16e6169e19dc3cc66771db
Author: Dongyang Li <he...@qq.com>
AuthorDate: Sun Jan 7 19:53:17 2024 +0800

    [fix](case) Update test_stream_load.groovy (#29551)
    
    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 d6b50fcae2c..e09efde3f2f 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
@@ -1305,7 +1305,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"""
@@ -1333,7 +1333,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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org