This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 5b9eb04867a branch-3.0: [fix](test)fix unstable case
correctness_p0/test_mv_case/test_mv_case #46101 (#46430)
5b9eb04867a is described below
commit 5b9eb04867a9a98ef85b78d76870a688d2d101f7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 6 17:54:25 2025 +0800
branch-3.0: [fix](test)fix unstable case
correctness_p0/test_mv_case/test_mv_case #46101 (#46430)
Cherry-picked from #46101
Co-authored-by: starocean999 <[email protected]>
---
.../suites/correctness_p0/test_mv_case/test_mv_case.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy
b/regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy
index 0940f817a8d..8e548eb27ea 100644
--- a/regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy
+++ b/regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy
@@ -29,10 +29,10 @@ suite("test_mv_case") {
"replication_allocation" = "tag.location.default: 1"
);"""
sql """DROP MATERIALIZED VIEW IF EXISTS ods_zn_dnt_max1 ON
test_table_aaa2;"""
- sql """create materialized view ods_zn_dnt_max1 as
+ createMV("""create materialized view ods_zn_dnt_max1 as
select ordernum,max(dnt) as dnt from test_table_aaa2
group by ordernum
- ORDER BY ordernum;"""
+ ORDER BY ordernum;""")
sql """insert into test_table_aaa2 select 'cib2205045_1_1s','2023/6/10
3:55:33','{"DB1":168939,"DNT":"2023-06-10 03:55:33"}' ;"""
sql """insert into test_table_aaa2 select 'cib2205045_1_1s','2023/6/10
3:56:33','{"DB1":168939,"DNT":"2023-06-10 03:56:33"}' ;"""
sql """insert into test_table_aaa2 select 'cib2205045_1_1s','2023/6/10
3:57:33','{"DB1":168939,"DNT":"2023-06-10 03:57:33"}' ;"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]