zclllyybb commented on code in PR #28172:
URL: https://github.com/apache/doris/pull/28172#discussion_r1419986515
##########
regression-test/suites/load_p0/stream_load/test_stream_load.groovy:
##########
@@ -1575,5 +1575,125 @@ suite("test_stream_load", "p0") {
} finally {
sql """ DROP TABLE IF EXISTS ${tableName19} FORCE"""
}
+
+ // load with enable_pipeline_load = true
+ def config_row = sql """ ADMIN SHOW FRONTEND CONFIG LIKE
'enable_pipeline_load'; """
+ String old_value = config_row[0][1]
+ sql """ ADMIN SET FRONTEND CONFIG ("enable_pipeline_load" = "true"); """
Review Comment:
do not do this on concurrent test. it will influence other cases. please use
a new testcase with `nonConcurrent` label.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]