yiguolei commented on code in PR #33483: URL: https://github.com/apache/doris/pull/33483#discussion_r1565594351
########## regression-test/suites/workload_manager_p0/test_workload_sched_policy.groovy: ########## @@ -52,7 +52,7 @@ suite("test_workload_sched_policy") { "'priority'='10' " + ");" - qt_select_policy_tvf "select name,condition,action,priority,enabled,version from workload_schedule_policy() order by name;" + qt_select_policy_tvf "select name,condition,action,priority,enabled,version from workload_schedule_policy() where name in('be_policy','fe_policy','set_action_policy','test_cancel_policy') order by name;" Review Comment: 这里不要tvf了,改系统表吧 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org