This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 3dde6775a93 [Fix](case) Fix wg regression test (#52895)
3dde6775a93 is described below
commit 3dde6775a93ef2eb2847969d0aef54058f8faec4
Author: wangbo <[email protected]>
AuthorDate: Wed Jul 9 09:56:43 2025 +0800
[Fix](case) Fix wg regression test (#52895)
---
.../suites/workload_manager_p0/test_curd_wlg.groovy | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/regression-test/suites/workload_manager_p0/test_curd_wlg.groovy
b/regression-test/suites/workload_manager_p0/test_curd_wlg.groovy
index 6efd38225ee..353322380b8 100644
--- a/regression-test/suites/workload_manager_p0/test_curd_wlg.groovy
+++ b/regression-test/suites/workload_manager_p0/test_curd_wlg.groovy
@@ -464,27 +464,13 @@ suite("test_crud_wlg") {
sql "create workload group if not exists tag1_wg1 properties (
'cpu_hard_limit'='10%', 'tag'='tag1');"
- test {
- sql "create workload group if not exists tag1_wg2 properties (
'cpu_hard_limit'='91%', 'tag'='tag1');"
- exception "can not be greater than 100%"
- }
-
sql "create workload group if not exists tag1_wg2 properties (
'cpu_hard_limit'='10%', 'tag'='tag1');"
sql "create workload group if not exists tag2_wg1 properties (
'cpu_hard_limit'='91%', 'tag'='tag2');"
- test {
- sql "alter workload group tag2_wg1 properties ( 'tag'='tag1' );"
- exception "can not be greater than 100% "
- }
-
sql "alter workload group tag2_wg1 properties ( 'cpu_hard_limit'='10%' );"
sql "alter workload group tag2_wg1 properties ( 'tag'='tag1' );"
- test {
- sql "create workload group if not exists tag1_wg3 properties (
'cpu_hard_limit'='80%', 'tag'='tag1');"
- exception "can not be greater than 100% "
- }
sql "drop workload group tag2_wg1;"
sql "create workload group if not exists tag1_wg3 properties (
'cpu_hard_limit'='80%', 'tag'='tag1');"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]