This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 262baf287f7 branch-3.1: [fix](case) skip test_set_partition_version in
cloud mode #54918 (#55201)
262baf287f7 is described below
commit 262baf287f723e440553f2b513290679774d18c0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 15:04:17 2025 +0800
branch-3.1: [fix](case) skip test_set_partition_version in cloud mode
#54918 (#55201)
Cherry-picked from #54918
Co-authored-by: Yongqiang YANG <[email protected]>
---
regression-test/suites/version_p0/test_set_partition_version.groovy | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/regression-test/suites/version_p0/test_set_partition_version.groovy
b/regression-test/suites/version_p0/test_set_partition_version.groovy
index b461d01d800..8689ce8964c 100644
--- a/regression-test/suites/version_p0/test_set_partition_version.groovy
+++ b/regression-test/suites/version_p0/test_set_partition_version.groovy
@@ -16,6 +16,10 @@
// under the License.
suite("test_set_partition_version") {
+ if (isCloudMode()) {
+ return
+ }
+
def tableName1 = "test_set_partition_version"
sql """ DROP TABLE IF EXISTS ${tableName1} """
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]