From 7d0e68629ef49ec37518f64367522c03b8790cb4 Mon Sep 17 00:00:00 2001 From: xylaaaaa <2392805527@qq.com> Date: Mon, 18 May 2026 20:03:52 +0800 Subject: [PATCH] [test](regression) Move Iceberg REST HDFS case to P2 Issue Number: close #xxx Related PR: #60915 Problem Summary: Move iceberg_rest_on_hdfs out of the P0 external suite because it requires the dedicated iceberg-rest Docker environment, which is not started by the default community external pipeline. None - Test: Manual test - Verified the suite is declared only under external_table_p2 with group p2,external - Ran git diff --check - Regression test not run because the case requires the dedicated iceberg-rest Docker environment - Behavior changed: No - Does this need documentation: No --- .../refactor_catalog_param}/iceberg_rest_on_hdfs.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename regression-test/suites/{external_table_p0/refactor_storage_param => external_table_p2/refactor_catalog_param}/iceberg_rest_on_hdfs.groovy (98%) diff --git a/regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy b/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy similarity index 98% rename from regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy rename to regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy index 360c7dd844e80c..6759677ff235e7 100644 --- a/regression-test/suites/external_table_p0/refactor_storage_param/iceberg_rest_on_hdfs.groovy +++ b/regression-test/suites/external_table_p2/refactor_catalog_param/iceberg_rest_on_hdfs.groovy @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -suite("iceberg_rest_on_hdfs", "external,iceberg,external_docker,external_docker_iceberg_rest,new_catalog_property") { +suite("iceberg_rest_on_hdfs", "p2,external") { def testQueryAndInsert = { String catalogProperties, String prefix -> @@ -309,4 +309,4 @@ suite("iceberg_rest_on_hdfs", "external,iceberg,external_docker,external_docker_ """ testQueryAndInsert(iceberg_rest_type_prop_hdfs + warehouse + hdfs_storage_properties, "iceberg_rest_on_hdfs") -} \ No newline at end of file +}