-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[regression-test](group commit) modify some case to make group commit can run all case #26856
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
|
run buildall |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
19a463f to
699afff
Compare
|
run compile,p0 |
|
run buildall |
1 similar comment
|
run buildall |
f7aadb7 to
367fd3f
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
|
run p0 |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
f9be88e to
4239424
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
TeamCity be ut coverage result: |
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
run buildall |
TPC-DS: Total hot run time: 172922 ms |
ClickBench: Total hot run time: 30.47 s |
b92ea45 to
e569463
Compare
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
TPC-H: Total hot run time: 40433 ms |
TPC-DS: Total hot run time: 174363 ms |
ClickBench: Total hot run time: 30.5 s |
e569463 to
07eaf4f
Compare
|
run buildall |
TPC-H: Total hot run time: 39986 ms |
TPC-DS: Total hot run time: 174286 ms |
ClickBench: Total hot run time: 31.03 s |
|
run p0 |
07eaf4f to
49b5796
Compare
49b5796 to
4e471d5
Compare
|
run buildall |
dataroaring
left a comment
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.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
… can run all case (apache#26856) ## Proposed changes Enable `wait_internal_group_commit_finish` to check if all cases can pass: fe.conf ``` wait_internal_group_commit_finish=true group_commit_interval_ms_default_value=2 ``` be.conf ``` wait_internal_group_commit_finish=true ``` some cases are not compitable, add `excludeSuites` in `regression-conf.groovy`: ``` "test_group_commit_data_bytes_property,test_group_commit_interval_ms_property,insert_group_commit_into_unique_sync_mode,insert_group_commit_into_max_filter_ratio,test_group_commit_stream_load,test_wal_mem_back_pressure_fault_injection," + "test_table_options,test_show_transaction,test_base_insert_job,test_show_create_table_and_views,test_show_create_table_and_views_nereids,test_get_stream_load_state,test_ctas,test_publish_timeout," + "test_array_insert_overflow," + ``` ## Further comments If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
… can run all case (#26856) ## Proposed changes Enable `wait_internal_group_commit_finish` to check if all cases can pass: fe.conf ``` wait_internal_group_commit_finish=true group_commit_interval_ms_default_value=2 ``` be.conf ``` wait_internal_group_commit_finish=true ``` some cases are not compitable, add `excludeSuites` in `regression-conf.groovy`: ``` "test_group_commit_data_bytes_property,test_group_commit_interval_ms_property,insert_group_commit_into_unique_sync_mode,insert_group_commit_into_max_filter_ratio,test_group_commit_stream_load,test_wal_mem_back_pressure_fault_injection," + "test_table_options,test_show_transaction,test_base_insert_job,test_show_create_table_and_views,test_show_create_table_and_views_nereids,test_get_stream_load_state,test_ctas,test_publish_timeout," + "test_array_insert_overflow," + ``` ## Further comments If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
Proposed changes
Enable
wait_internal_group_commit_finishto check if all cases can pass:fe.conf
be.conf
some cases are not compitable, add
excludeSuitesinregression-conf.groovy:Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...