Skip to content

Commit

Permalink
branch-2.1: [fix](test)fix unstable case correctness_p0/test_mv_case/…
Browse files Browse the repository at this point in the history
…test_mv_case #46101 (#46431)

Cherry-picked from #46101

Co-authored-by: starocean999 <[email protected]>
  • Loading branch information
github-actions[bot] and starocean999 authored Jan 6, 2025
1 parent 6958dec commit dda058c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-test/suites/correctness_p0/test_mv_case.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"}' ;"""
Expand Down

0 comments on commit dda058c

Please sign in to comment.