-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[test](mtmv) Fix regression test unstable #40871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
| (3, 1, 'o', 33.5, '2023-12-10', 'a', 'b', 1, 'yy'), | ||
| (3, 1, 'o', 33.5, '2023-12-10', 'a', 'b', 1, 'yy'), | ||
| (3, 1, 'o', 33.5, '2023-12-10', 'a', 'b', 1, 'yy'), | ||
| (4, 2, 'o', 43.2, '2023-12-11', 'c','d',2, 'mm'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why update data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Becaus the case is not chosen by CBO stably, add more data to make cbo chose mv easier.
but there is a fix pr #40529 to fix this. Maybe we doesn't need to update data.
4f19610 to
b777144
Compare
|
run buildall |
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
1. Optimized `waitForRollUpJob` method in `Suite.groovy` to make sure roll up is build succesfully before rewirte. 2. Modify expect rewritten result in` agg_sync_mv.groovy`
1. Optimized `waitForRollUpJob` method in `Suite.groovy` to make sure roll up is build succesfully before rewirte. 2. Modify expect rewritten result in` agg_sync_mv.groovy`
Proposed changes
waitForRollUpJobmethod inSuite.groovyto make sure roll up is build succesfully before rewirte.agg_sync_mv.groovy