This is an automated email from the ASF dual-hosted git repository.

Gabriel39 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new cbffd4f290f [test](regression) Move Iceberg REST HDFS case to P2 
(#63367)
cbffd4f290f is described below

commit cbffd4f290f1fb7becf2f12bba2d6daf34a92298
Author: Chenjunwei <[email protected]>
AuthorDate: Tue May 19 10:06:48 2026 +0800

    [test](regression) Move Iceberg REST HDFS case to P2 (#63367)
    
    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.
---
 .../refactor_catalog_param}/iceberg_rest_on_hdfs.groovy               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 99%
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 0bfba69e9a5..abb02093cbd 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", "p0,external") {
+suite("iceberg_rest_on_hdfs", "p2,external") {
 
     def testQueryAndInsert = { String catalogProperties, String prefix ->
 
@@ -306,4 +306,4 @@ suite("iceberg_rest_on_hdfs", "p0,external") {
         """
     testQueryAndInsert(iceberg_rest_type_prop_hdfs + warehouse + 
hdfs_storage_properties, "iceberg_rest_on_hdfs")
 
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to