From dccc4eba1079ea943eb49b54dfaffffd5152ebe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ar=C4=B1n=20Mirza?= <74715683+arin-mirza@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:34:41 +0100 Subject: [PATCH] [UT] Remove potentially buggy SQL test case for mem_pool property of resource groups (#66104) Signed-off-by: arin-mirza (cherry picked from commit d36d837418b3a8075d4e12fb6207a8171fc716d6) --- ...te_two_resource_groups_with_mem_pool_different_mem_limit | 6 ------ ...te_two_resource_groups_with_mem_pool_different_mem_limit | 1 - 2 files changed, 7 deletions(-) diff --git a/test/sql/test_resource_group_mem_pool/R/test_create_two_resource_groups_with_mem_pool_different_mem_limit b/test/sql/test_resource_group_mem_pool/R/test_create_two_resource_groups_with_mem_pool_different_mem_limit index 25353e0066510c..7700e297b83832 100644 --- a/test/sql/test_resource_group_mem_pool/R/test_create_two_resource_groups_with_mem_pool_different_mem_limit +++ b/test/sql/test_resource_group_mem_pool/R/test_create_two_resource_groups_with_mem_pool_different_mem_limit @@ -27,11 +27,5 @@ show verbose resource groups all; [REGEX]shared_resource_group_for_alex.+7.+55(\.\d+)?%.+NORMAL.+\(id=\d+,.+user=alex\)\s*(shared_pool_for_alex_and_brad) -- !result -show verbose resource groups all; --- result: -[REGEX][^shared_resource_group_for_brad] --- !result - - [UC] drop resource group shared_resource_group_for_alex; [UC] drop resource group shared_resource_group_for_brad; \ No newline at end of file diff --git a/test/sql/test_resource_group_mem_pool/T/test_create_two_resource_groups_with_mem_pool_different_mem_limit b/test/sql/test_resource_group_mem_pool/T/test_create_two_resource_groups_with_mem_pool_different_mem_limit index 56422c3a65a6e9..18df63e78924ca 100644 --- a/test/sql/test_resource_group_mem_pool/T/test_create_two_resource_groups_with_mem_pool_different_mem_limit +++ b/test/sql/test_resource_group_mem_pool/T/test_create_two_resource_groups_with_mem_pool_different_mem_limit @@ -19,7 +19,6 @@ with ( 'mem_pool' = 'shared_pool_for_alex_and_brad' ); -show verbose resource groups all; show verbose resource groups all; [UC] drop resource group shared_resource_group_for_alex;