-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[test](mtmv) Fix regression test unstable and add relevant test log #46299 #46546 #47112
Open
seawinde
wants to merge
4
commits into
apache:branch-3.0
Choose a base branch
from
seawinde:pick_some_pr_to_30_final
base: branch-3.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TPC-H: Total hot run time: 41115 ms
|
TPC-DS: Total hot run time: 197369 ms
|
ClickBench: Total hot run time: 33.73 s
|
seawinde
changed the title
Pick some pr to 30 final
[test](mtmv) Fix regression test unstable and add relevant test log #46299 #46546
Jan 21, 2025
…pache#46299) 1. Fix wrong mv regression test case 2. Add relevant test log for location problem
… test problems (apache#46546) Fix sync mv not partition in rewrite because thought mv is already built wrongly In the `createMV()` method of `Suite.groovy`, it checks whether the most recent materialized view of the current database's last table has been built successfully. If a database has two tables, the synchronization materialized view of the second table may not be completed, which could incorrectly lead to the assumption that the build is complete. To address this issue, modify the test case to ensure that there is at most one table per database.
apache#47103) 1. Optimize the test validation logic to check whether the materialized view is built based on the materialized view name. 2. Wait for the synchronization of the materialized view to be completed, using the new method.
seawinde
force-pushed
the
pick_some_pr_to_30_final
branch
from
January 22, 2025 03:29
d27d75d
to
46bdcf5
Compare
run buildall |
TPC-H: Total hot run time: 41263 ms
|
TPC-DS: Total hot run time: 193763 ms
|
ClickBench: Total hot run time: 32.82 s
|
run buildall |
TPC-H: Total hot run time: 42126 ms
|
TPC-DS: Total hot run time: 192292 ms
|
ClickBench: Total hot run time: 32.39 s
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
1 test](mtmv) Fix regression test unstable and add relevant test log
#46299
cb6672a
2 test Fix sync mv not partition in rewrite test and some other test problems
#46546
4bd106b
3 Fix mv regression test fail occasionally and add some log
#47103
2e61451
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)