-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[fix](test) Modify regression test to make stable and change expected log level #55169
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
[fix](test) Modify regression test to make stable and change expected log level #55169
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 33943 ms |
TPC-DS: Total hot run time: 185176 ms |
ClickBench: Total hot run time: 32.12 s |
| @Override | ||
| public Expression visitGroupPlan(GroupPlan groupPlan, ExpressionReplaceContext context) { | ||
| LOG.error("ExpressionLineageReplacer should not meet groupPlan, plan is {}", groupPlan.toString()); | ||
| LOG.debug("ExpressionLineageReplacer should not meet groupPlan, plan is {}", groupPlan.toString()); |
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.
if (LOG.isDebugEnabled()) {
|
run buildall |
TPC-H: Total hot run time: 34447 ms |
TPC-DS: Total hot run time: 186517 ms |
ClickBench: Total hot run time: 32.78 s |
FE UT Coverage ReportIncrement line coverage |
b94f2c2 to
6b614c8
Compare
|
run buildall |
TPC-H: Total hot run time: 34483 ms |
TPC-DS: Total hot run time: 187444 ms |
ClickBench: Total hot run time: 32.43 s |
FE UT Coverage ReportIncrement line coverage |
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 34322 ms |
TPC-DS: Total hot run time: 186882 ms |
ClickBench: Total hot run time: 32.87 s |
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 34477 ms |
TPC-DS: Total hot run time: 187497 ms |
ClickBench: Total hot run time: 32.82 s |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
What problem does this PR solve?
fix test : regression-test/suites/nereids_rules_p0/mv/date_trunc/mv_with_date_trunc.groovy
and change expected log level
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)