Fix workload group regression test failed (#26579)
This commit is contained in:
@ -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%
|
||||
|
||||
|
||||
@ -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';"
|
||||
|
||||
Reference in New Issue
Block a user