Fix workload group regression test failed (#26579)

This commit is contained in:
wangbo
2023-11-08 19:23:49 +08:00
committed by GitHub
parent 3bce6d3828
commit ec87401581
2 changed files with 0 additions and 5 deletions

View File

@ -44,6 +44,3 @@ test_group 10 11% false 100 0 0 20%
normal 20 50% true 2147483647 0 0 0%
test_group 10 11% false 100 0 0 20%
-- !select_tvf_2 --
test_group 0 1 20%

View File

@ -234,8 +234,6 @@ suite("test_crud_wlg") {
// test show workload groups
qt_select_tvf_1 "select name,cpu_share,memory_limit,enable_memory_overcommit,max_concurrency,max_queue_size,queue_timeout,cpu_hard_limit from workload_groups() order by name;"
qt_select_tvf_2 "select name, waiting_query_num,running_query_num,cpu_hard_limit from workload_groups() where name='test_group' order by name;"
// test auth
sql """drop user if exists test_wlg_user"""
sql "CREATE USER 'test_wlg_user'@'%' IDENTIFIED BY '12345';"