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

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

commit 3c4aef2399479614871a3f6bc799f2830e0b55a5
Author: BiteTheDDDDt <pxl...@qq.com>
AuthorDate: Tue Jun 18 13:30:33 2024 +0800

    fix
---
 regression-test/suites/query_p0/system/test_query_sys_tables.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/regression-test/suites/query_p0/system/test_query_sys_tables.groovy 
b/regression-test/suites/query_p0/system/test_query_sys_tables.groovy
index 7d943894168..fcc69bdadf2 100644
--- a/regression-test/suites/query_p0/system/test_query_sys_tables.groovy
+++ b/regression-test/suites/query_p0/system/test_query_sys_tables.groovy
@@ -280,4 +280,6 @@ suite("test_query_sys_tables", "query,p0") {
     qt_sql "select * from triggers"
     qt_sql "select * from parameters"
     qt_sql "select * from profiling"
+
+    sql "select * from information_schema.PROCESSLIST;"
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to