This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new b84f587735c [test](regression) Move Iceberg REST HDFS case to P2
(cherry-pick to 4.1) (#64154)
b84f587735c is described below
commit b84f587735c7b8107864b94300981f15797dab2c
Author: Chenjunwei <[email protected]>
AuthorDate: Mon Jun 8 10:51:19 2026 +0800
[test](regression) Move Iceberg REST HDFS case to P2 (cherry-pick to 4.1)
(#64154)
Cherry-pick of #63367 to branch-4.1.
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.
Original PR: https://github.com/apache/doris/pull/63367
Original commit: 0500b5aaa13420f237d8be422abb4194df9c5206
---
.../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 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 360c7dd844e..6759677ff23 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
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]