Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbo committed Mar 27, 2024
1 parent e48f4b2 commit 47d2b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ suite("test_crud_wlg") {

sql "alter workload group tag1_mem_wg3 properties ( 'tag'='mem_tag1' );"

qt_show_wg_tag "select name,MEMORY_LIMIT,CPU_HARD_LIMIT,TAG from workload_groups where name in('tag1_wg1','tag1_wg2','tag2_wg1','tag1_wg3','tag1_mem_wg1','tag1_mem_wg2','tag1_mem_wg3') order by tag,name;"
qt_show_wg_tag "select name,MEMORY_LIMIT,CPU_HARD_LIMIT,TAG from information_schema.workload_groups where name in('tag1_wg1','tag1_wg2','tag2_wg1','tag1_wg3','tag1_mem_wg1','tag1_mem_wg2','tag1_mem_wg3') order by tag,name;"

sql "drop workload group tag1_wg1;"
sql "drop workload group tag1_wg2;"
Expand Down

0 comments on commit 47d2b7d

Please sign in to comment.