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 ee7b8e34cec branch-3.0: [case](mtmv)Cannot compare the number of
replicas to 1, as the pipeline may force the number of replicas to be set
#44417 (#44462)
ee7b8e34cec is described below
commit ee7b8e34cec46877a0792fe71db8ba686418bf97
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 22 19:36:17 2024 +0800
branch-3.0: [case](mtmv)Cannot compare the number of replicas to 1, as the
pipeline may force the number of replicas to be set #44417 (#44462)
Cherry-picked from #44417
Co-authored-by: zhangdong <[email protected]>
---
regression-test/suites/mtmv_p0/test_mtmv_property.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/regression-test/suites/mtmv_p0/test_mtmv_property.groovy
b/regression-test/suites/mtmv_p0/test_mtmv_property.groovy
index e0ffbca8dbf..4104f1480e8 100644
--- a/regression-test/suites/mtmv_p0/test_mtmv_property.groovy
+++ b/regression-test/suites/mtmv_p0/test_mtmv_property.groovy
@@ -60,7 +60,8 @@ suite("test_mtmv_property","mtmv") {
def showCreateTableResult = sql """show create materialized view
${mvName}"""
logger.info("showCreateTableResult: " + showCreateTableResult.toString())
-
assertTrue(showCreateTableResult.toString().contains('tag.location.default: 1'))
+ // Cannot compare the number of replicas to 1, as the pipeline may force
the number of replicas to be set
+
assertTrue(showCreateTableResult.toString().contains('tag.location.default:'))
assertTrue(showCreateTableResult.toString().contains('"min_load_replica_num" =
"-1"'))
assertTrue(showCreateTableResult.toString().contains('"storage_medium" =
"hdd"'))
assertTrue(showCreateTableResult.toString().contains('"store_row_column" =
"true"'))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]