This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 bb5985c2197 [fix](case) skip test_set_partition_version in cloud mode
(#54918)
bb5985c2197 is described below
commit bb5985c2197072f87d21a7d1c2dd1898c8e093fb
Author: Yongqiang YANG <[email protected]>
AuthorDate: Fri Aug 22 21:26:57 2025 +0800
[fix](case) skip test_set_partition_version in cloud mode (#54918)
---
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]