This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 85dd19b1b05 branch-3.0: [fix](case) skip test_set_partition_version in
cloud mode #54918 (#55200)
85dd19b1b05 is described below
commit 85dd19b1b05c785ca733c5a7dd95c3707155a831
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 24 15:24:51 2025 +0800
branch-3.0: [fix](case) skip test_set_partition_version in cloud mode
#54918 (#55200)
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]