Skip to content

Conversation

@Gabriel39
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

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...

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@Gabriel39
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

github-actions bot commented May 6, 2024

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.61% (8967/25183)
Line Coverage: 27.23% (73995/271762)
Region Coverage: 26.45% (38220/144506)
Branch Coverage: 23.22% (19470/83854)
Coverage Report: http://coverage.selectdb-in.cc/coverage/d562b5ac795a10da18f4b93a27d74dd2743ca959_d562b5ac795a10da18f4b93a27d74dd2743ca959/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

github-actions bot commented May 6, 2024

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.61% (8967/25184)
Line Coverage: 27.26% (73986/271457)
Region Coverage: 26.49% (38220/144305)
Branch Coverage: 23.28% (19460/83588)
Coverage Report: http://coverage.selectdb-in.cc/coverage/cf8fa6afabf22f8aa3d7c54078549a1f3858c6f1_cf8fa6afabf22f8aa3d7c54078549a1f3858c6f1/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

github-actions bot commented May 6, 2024

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.62% (8972/25188)
Line Coverage: 27.27% (74024/271493)
Region Coverage: 26.49% (38233/144326)
Branch Coverage: 23.30% (19476/83604)
Coverage Report: http://coverage.selectdb-in.cc/coverage/74c9490c20a497cff1a405506b5ca1a485f54b7f_74c9490c20a497cff1a405506b5ca1a485f54b7f/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

}

Status PipelineFragmentContext::prepare(const doris::TPipelineFragmentParams& request) {
Status PipelineFragmentContext::prepare(const doris::TPipelineFragmentParams& request,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function 'prepare' exceeds recommended size/complexity thresholds [readability-function-size]

                                    ^
Additional context

be/src/pipeline/pipeline_fragment_context.cpp:238: 99 lines including whitespace and comments (threshold 80)

                                    ^


Status PipelineFragmentContext::_build_pipeline_tasks(
const doris::TPipelineFragmentParams& request) {
Status PipelineFragmentContext::_build_pipeline_tasks(const doris::TPipelineFragmentParams& request,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function '_build_pipeline_tasks' exceeds recommended size/complexity thresholds [readability-function-size]

                                    ^
Additional context

be/src/pipeline/pipeline_fragment_context.cpp:340: 177 lines including whitespace and comments (threshold 80)

                                    ^

@Gabriel39
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 41393 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit cd0fa4885a7e30a563d95b7f22c4b51e21dfdf63, data reload: false

------ Round 1 ----------------------------------
q1	17584	4498	4274	4274
q2	1999	186	184	184
q3	10479	1235	1251	1235
q4	10204	858	768	768
q5	7494	2739	2739	2739
q6	220	131	138	131
q7	1041	629	637	629
q8	9243	2185	2167	2167
q9	9275	6818	6738	6738
q10	9560	3866	3955	3866
q11	455	243	255	243
q12	449	234	228	228
q13	18323	3212	3110	3110
q14	252	224	222	222
q15	507	475	482	475
q16	505	397	402	397
q17	980	693	735	693
q18	8288	7726	7777	7726
q19	1731	1579	1556	1556
q20	658	311	300	300
q21	5280	4126	3429	3429
q22	366	283	286	283
Total cold run time: 114893 ms
Total hot run time: 41393 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4600	4434	4507	4434
q2	377	277	275	275
q3	3208	2975	2864	2864
q4	1875	1667	1668	1667
q5	5514	5464	5524	5464
q6	219	128	131	128
q7	2371	2028	2046	2028
q8	3274	3403	3397	3397
q9	8880	8933	8720	8720
q10	3978	3864	3778	3778
q11	600	498	472	472
q12	803	636	645	636
q13	15937	3114	3200	3114
q14	309	263	263	263
q15	528	487	467	467
q16	490	429	412	412
q17	1783	1493	1472	1472
q18	7799	7496	7570	7496
q19	5109	1610	1495	1495
q20	1983	1777	1738	1738
q21	8468	4925	4917	4917
q22	558	488	491	488
Total cold run time: 78663 ms
Total hot run time: 55725 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 186026 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit cd0fa4885a7e30a563d95b7f22c4b51e21dfdf63, data reload: false

query1	902	364	340	340
query2	6418	2419	2447	2419
query3	6641	200	204	200
query4	23245	21112	21315	21112
query5	4075	393	403	393
query6	253	175	172	172
query7	4574	308	300	300
query8	238	187	211	187
query9	8507	2426	2395	2395
query10	424	241	231	231
query11	14647	14091	14256	14091
query12	127	85	82	82
query13	1650	367	410	367
query14	10251	7497	8394	7497
query15	243	161	166	161
query16	8065	255	262	255
query17	1730	537	528	528
query18	2096	272	257	257
query19	200	140	143	140
query20	83	80	80	80
query21	190	120	123	120
query22	5036	4813	4795	4795
query23	33823	33038	33051	33038
query24	6413	2873	2826	2826
query25	514	352	357	352
query26	693	150	147	147
query27	2024	314	319	314
query28	3442	2080	2075	2075
query29	829	584	597	584
query30	226	148	143	143
query31	985	728	714	714
query32	96	50	51	50
query33	460	217	220	217
query34	888	488	480	480
query35	733	667	657	657
query36	1028	907	904	904
query37	101	60	63	60
query38	3119	3026	3013	3013
query39	1561	1536	1552	1536
query40	193	125	129	125
query41	38	37	35	35
query42	100	95	91	91
query43	614	549	531	531
query44	1063	713	722	713
query45	253	248	237	237
query46	1049	725	721	721
query47	1918	1859	1852	1852
query48	371	301	296	296
query49	758	395	381	381
query50	759	395	403	395
query51	6729	6593	6639	6593
query52	107	83	88	83
query53	349	281	279	279
query54	247	219	220	219
query55	77	73	75	73
query56	214	197	194	194
query57	1208	1123	1147	1123
query58	189	168	171	168
query59	3498	3471	3239	3239
query60	228	208	213	208
query61	74	81	73	73
query62	596	438	448	438
query63	307	284	283	283
query64	8315	7250	7246	7246
query65	3078	3054	3018	3018
query66	781	328	333	328
query67	15608	14947	14876	14876
query68	5245	539	542	539
query69	471	291	280	280
query70	1117	1143	1149	1143
query71	363	251	252	251
query72	7170	2563	2324	2324
query73	710	324	336	324
query74	6445	5997	5993	5993
query75	3333	2628	2613	2613
query76	2814	1000	914	914
query77	369	238	239	238
query78	11012	10290	10186	10186
query79	3344	523	526	523
query80	1856	410	411	410
query81	508	210	209	209
query82	775	98	89	89
query83	264	145	138	138
query84	260	83	83	83
query85	1910	270	260	260
query86	535	276	300	276
query87	3229	3187	3099	3099
query88	4581	2399	2384	2384
query89	499	375	371	371
query90	2055	179	177	177
query91	120	90	91	90
query92	61	43	46	43
query93	5484	516	506	506
query94	1254	179	178	178
query95	1092	1080	1100	1080
query96	610	269	271	269
query97	3182	2924	2934	2924
query98	231	216	215	215
query99	1248	847	885	847
Total cold run time: 277398 ms
Total hot run time: 186026 ms

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.63% (8970/25174)
Line Coverage: 27.26% (74019/271552)
Region Coverage: 26.49% (38237/144351)
Branch Coverage: 23.29% (19483/83664)
Coverage Report: http://coverage.selectdb-in.cc/coverage/cd0fa4885a7e30a563d95b7f22c4b51e21dfdf63_cd0fa4885a7e30a563d95b7f22c4b51e21dfdf63/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.69% (8986/25179)
Line Coverage: 27.32% (74212/271646)
Region Coverage: 26.56% (38358/144396)
Branch Coverage: 23.36% (19551/83692)
Coverage Report: http://coverage.selectdb-in.cc/coverage/cd0fa4885a7e30a563d95b7f22c4b51e21dfdf63_cd0fa4885a7e30a563d95b7f22c4b51e21dfdf63/report/index.html

@doris-robot
Copy link

TPC-H: Total hot run time: 41987 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit cd0fa4885a7e30a563d95b7f22c4b51e21dfdf63, data reload: false

------ Round 1 ----------------------------------
q1	17609	4330	4208	4208
q2	2012	195	188	188
q3	10451	1209	1156	1156
q4	10186	868	795	795
q5	7488	2727	2679	2679
q6	235	135	144	135
q7	1046	631	601	601
q8	9214	2183	2113	2113
q9	9326	6748	7198	6748
q10	10007	3944	3842	3842
q11	443	238	245	238
q12	447	232	232	232
q13	17226	3191	3265	3191
q14	260	218	208	208
q15	496	476	473	473
q16	494	383	405	383
q17	979	734	760	734
q18	8226	7768	7870	7768
q19	2273	1583	1572	1572
q20	656	329	310	310
q21	5452	4125	4233	4125
q22	375	288	291	288
Total cold run time: 114901 ms
Total hot run time: 41987 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4579	4472	4389	4389
q2	367	276	262	262
q3	3237	3047	2784	2784
q4	1955	1667	1706	1667
q5	5584	5527	5520	5520
q6	225	127	133	127
q7	2408	2036	2024	2024
q8	3237	3460	3406	3406
q9	8862	8868	8947	8868
q10	4096	4009	3992	3992
q11	601	502	490	490
q12	806	681	700	681
q13	17309	3202	3168	3168
q14	296	280	276	276
q15	544	493	488	488
q16	472	433	483	433
q17	1802	1506	1466	1466
q18	8294	7670	7413	7413
q19	1652	1570	1559	1559
q20	1957	1754	1737	1737
q21	13489	4939	4808	4808
q22	568	476	484	476
Total cold run time: 82340 ms
Total hot run time: 56034 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 184668 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit cd0fa4885a7e30a563d95b7f22c4b51e21dfdf63, data reload: false

query1	889	360	342	342
query2	6419	2444	2380	2380
query3	6632	202	207	202
query4	22685	21336	21090	21090
query5	4090	389	395	389
query6	259	174	178	174
query7	4595	289	294	289
query8	235	185	188	185
query9	8511	2401	2391	2391
query10	412	230	239	230
query11	15776	14075	14114	14075
query12	127	84	82	82
query13	1639	362	366	362
query14	10673	7559	7524	7524
query15	247	161	162	161
query16	8063	264	257	257
query17	1716	546	529	529
query18	2136	269	263	263
query19	205	148	144	144
query20	87	77	78	77
query21	186	126	127	126
query22	4986	4827	4841	4827
query23	33796	32994	33265	32994
query24	10524	2811	2857	2811
query25	542	347	348	347
query26	685	159	147	147
query27	2221	313	317	313
query28	5670	2090	2065	2065
query29	823	586	581	581
query30	236	141	141	141
query31	957	732	697	697
query32	92	50	54	50
query33	611	222	238	222
query34	874	475	485	475
query35	763	659	643	643
query36	1052	876	859	859
query37	96	61	60	60
query38	2821	2716	2702	2702
query39	1551	1496	1518	1496
query40	191	122	121	121
query41	41	37	35	35
query42	101	90	93	90
query43	575	541	530	530
query44	1034	708	713	708
query45	258	244	237	237
query46	1061	707	683	683
query47	1950	1831	1859	1831
query48	371	299	313	299
query49	822	389	378	378
query50	744	390	390	390
query51	6614	6579	6589	6579
query52	104	88	91	88
query53	357	289	287	287
query54	310	236	244	236
query55	86	71	73	71
query56	224	207	205	205
query57	1198	1100	1113	1100
query58	206	186	180	180
query59	3526	3252	3323	3252
query60	245	225	229	225
query61	98	95	96	95
query62	625	474	446	446
query63	310	291	286	286
query64	8501	7337	7318	7318
query65	3068	3023	3035	3023
query66	793	349	341	341
query67	15297	14977	14889	14889
query68	5187	537	541	537
query69	475	295	306	295
query70	1152	1133	1036	1036
query71	423	264	268	264
query72	7144	2743	2348	2348
query73	699	320	327	320
query74	6436	6092	6062	6062
query75	3393	2638	2572	2572
query76	3370	953	910	910
query77	343	240	240	240
query78	11058	10242	10137	10137
query79	10574	514	512	512
query80	2699	405	402	402
query81	520	211	217	211
query82	1453	83	87	83
query83	301	139	139	139
query84	269	77	78	77
query85	2271	263	258	258
query86	524	295	296	295
query87	3350	3067	3144	3067
query88	5614	2375	2371	2371
query89	562	364	378	364
query90	2016	179	177	177
query91	115	89	90	89
query92	56	45	45	45
query93	7545	519	505	505
query94	1332	175	170	170
query95	390	295	292	292
query96	599	274	261	261
query97	3162	2924	2960	2924
query98	232	218	204	204
query99	1256	900	876	876
Total cold run time: 297112 ms
Total hot run time: 184668 ms

@Gabriel39
Copy link
Contributor Author

run buildall

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

}

Status PipelineFragmentContext::prepare(const doris::TPipelineFragmentParams& request) {
Status PipelineFragmentContext::prepare(const doris::TPipelineFragmentParams& request,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function 'prepare' exceeds recommended size/complexity thresholds [readability-function-size]

                                    ^
Additional context

be/src/pipeline/pipeline_fragment_context.cpp:238: 88 lines including whitespace and comments (threshold 80)

                                    ^


Status PipelineFragmentContext::_build_pipeline_tasks(
const doris::TPipelineFragmentParams& request) {
Status PipelineFragmentContext::_build_pipeline_tasks(const doris::TPipelineFragmentParams& request,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function '_build_pipeline_tasks' exceeds recommended size/complexity thresholds [readability-function-size]

                                    ^
Additional context

be/src/pipeline/pipeline_fragment_context.cpp:329: 177 lines including whitespace and comments (threshold 80)

                                    ^

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.68% (8985/25179)
Line Coverage: 27.32% (74208/271645)
Region Coverage: 26.57% (38364/144396)
Branch Coverage: 23.36% (19552/83692)
Coverage Report: http://coverage.selectdb-in.cc/coverage/89ecb2ce6ef4793d8cf381cb3ba4f88885f7c808_89ecb2ce6ef4793d8cf381cb3ba4f88885f7c808/report/index.html

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions


Status PipelineFragmentContext::_build_pipeline_tasks(
const doris::TPipelineFragmentParams& request) {
Status PipelineFragmentContext::_build_pipeline_tasks(const doris::TPipelineFragmentParams& request,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function '_build_pipeline_tasks' exceeds recommended size/complexity thresholds [readability-function-size]

                                    ^
Additional context

be/src/pipeline/pipeline_fragment_context.cpp:436: 177 lines including whitespace and comments (threshold 80)

                                    ^

@Gabriel39
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.68% (8983/25176)
Line Coverage: 27.32% (74207/271659)
Region Coverage: 26.55% (38360/144477)
Branch Coverage: 23.38% (19566/83682)
Coverage Report: http://coverage.selectdb-in.cc/coverage/64df9256383a9d012854d0f97e2cbf8411b0548b_64df9256383a9d012854d0f97e2cbf8411b0548b/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.68% (8983/25176)
Line Coverage: 27.32% (74224/271724)
Region Coverage: 26.56% (38375/144508)
Branch Coverage: 23.38% (19568/83706)
Coverage Report: http://coverage.selectdb-in.cc/coverage/cec540536ef4067c7d172d619012efb2abceb502_cec540536ef4067c7d172d619012efb2abceb502/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

return pipeline;
}

Status PipelineFragmentContext::prepare(const doris::TPipelineFragmentParams& request,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function 'prepare' exceeds recommended size/complexity thresholds [readability-function-size]

                                    ^
Additional context

be/src/pipeline/pipeline_fragment_context.cpp:248: 88 lines including whitespace and comments (threshold 80)

                                    ^


Status PipelineFragmentContext::_build_pipeline_tasks(
const doris::TPipelineFragmentParams& request) {
Status PipelineFragmentContext::_build_pipeline_tasks(const doris::TPipelineFragmentParams& request,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function '_build_pipeline_tasks' exceeds recommended size/complexity thresholds [readability-function-size]

                                    ^
Additional context

be/src/pipeline/pipeline_fragment_context.cpp:446: 177 lines including whitespace and comments (threshold 80)

                                    ^

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.68% (8982/25176)
Line Coverage: 27.31% (74216/271725)
Region Coverage: 26.55% (38370/144510)
Branch Coverage: 23.38% (19567/83708)
Coverage Report: http://coverage.selectdb-in.cc/coverage/90a591aaadc6b507f2b65339b7250d471771f114_90a591aaadc6b507f2b65339b7250d471771f114/report/index.html

@Gabriel39
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 41930 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit f3cf22a4fb1e93e23d65540e3e6b6caa62c36fb1, data reload: false

------ Round 1 ----------------------------------
q1	17599	4735	4289	4289
q2	2008	190	184	184
q3	10470	1259	1207	1207
q4	10197	805	905	805
q5	7491	2726	2809	2726
q6	222	134	136	134
q7	1018	602	618	602
q8	9230	2203	2145	2145
q9	9443	6844	6770	6770
q10	10004	3916	3852	3852
q11	451	239	236	236
q12	440	227	224	224
q13	17426	3211	3280	3211
q14	257	227	208	208
q15	517	464	472	464
q16	504	410	389	389
q17	1007	652	773	652
q18	8562	7804	7646	7646
q19	5963	1570	1533	1533
q20	639	336	313	313
q21	5227	4060	4157	4060
q22	351	280	288	280
Total cold run time: 119026 ms
Total hot run time: 41930 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4560	4395	4362	4362
q2	372	278	265	265
q3	3184	2934	2851	2851
q4	1891	1654	1636	1636
q5	5520	5496	5553	5496
q6	213	128	129	128
q7	2363	1957	2003	1957
q8	3296	3402	3404	3402
q9	8771	8832	8773	8773
q10	3923	3767	3840	3767
q11	600	492	516	492
q12	793	641	614	614
q13	17032	3144	3194	3144
q14	309	270	275	270
q15	527	478	481	478
q16	484	414	432	414
q17	1795	1489	1493	1489
q18	7732	7725	7563	7563
q19	1671	1549	1601	1549
q20	1973	1806	1770	1770
q21	12759	4945	4943	4943
q22	617	486	491	486
Total cold run time: 80385 ms
Total hot run time: 55849 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 187602 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit f3cf22a4fb1e93e23d65540e3e6b6caa62c36fb1, data reload: false

query1	924	358	355	355
query2	6446	2387	2395	2387
query3	6645	210	212	210
query4	23172	21295	21415	21295
query5	4153	399	401	399
query6	262	159	165	159
query7	4576	294	290	290
query8	237	189	216	189
query9	8507	2374	2351	2351
query10	415	235	241	235
query11	14906	14197	14168	14168
query12	131	85	84	84
query13	1647	391	375	375
query14	10635	8915	8621	8621
query15	233	172	183	172
query16	7747	262	270	262
query17	1697	558	559	558
query18	1953	276	276	276
query19	197	153	152	152
query20	88	84	83	83
query21	190	135	124	124
query22	5033	4829	4841	4829
query23	34166	33653	33489	33489
query24	6188	2947	2898	2898
query25	486	372	385	372
query26	700	158	153	153
query27	1855	340	319	319
query28	3721	2071	2074	2071
query29	849	612	610	610
query30	224	152	144	144
query31	931	719	727	719
query32	62	54	55	54
query33	468	232	229	229
query34	863	491	501	491
query35	763	677	668	668
query36	1076	937	928	928
query37	100	64	62	62
query38	2879	2780	2738	2738
query39	1591	1540	1548	1540
query40	199	135	128	128
query41	47	38	38	38
query42	107	95	102	95
query43	588	532	560	532
query44	1056	701	725	701
query45	266	254	255	254
query46	1054	738	705	705
query47	1932	1866	1875	1866
query48	375	304	370	304
query49	752	384	383	383
query50	755	400	414	400
query51	6740	6727	6592	6592
query52	100	86	94	86
query53	351	287	282	282
query54	516	409	424	409
query55	73	71	68	68
query56	224	193	201	193
query57	1218	1130	1152	1130
query58	185	178	190	178
query59	3274	3266	3083	3083
query60	241	204	204	204
query61	74	94	74	74
query62	579	479	481	479
query63	305	279	291	279
query64	7703	7414	7376	7376
query65	3135	3057	3103	3057
query66	769	325	352	325
query67	15690	14939	14982	14939
query68	8806	537	526	526
query69	554	295	302	295
query70	1156	1140	1054	1054
query71	472	260	259	259
query72	7963	2529	2319	2319
query73	777	317	324	317
query74	6598	6225	6152	6152
query75	4553	2630	2619	2619
query76	4282	1036	1007	1007
query77	720	242	241	241
query78	10831	10238	10091	10091
query79	8273	520	512	512
query80	1085	436	421	421
query81	447	210	209	209
query82	806	90	94	90
query83	187	144	147	144
query84	262	82	80	80
query85	881	268	283	268
query86	375	323	295	295
query87	3309	3075	3103	3075
query88	4972	2367	2370	2367
query89	536	392	405	392
query90	2004	183	184	183
query91	117	92	95	92
query92	57	50	46	46
query93	6373	524	506	506
query94	968	180	183	180
query95	387	311	302	302
query96	609	265	266	265
query97	3202	2963	3007	2963
query98	224	220	209	209
query99	1253	906	904	904
Total cold run time: 288063 ms
Total hot run time: 187602 ms

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 35.67% (8980/25177)
Line Coverage: 27.30% (74192/271766)
Region Coverage: 26.53% (38348/144551)
Branch Coverage: 23.36% (19560/83742)
Coverage Report: http://coverage.selectdb-in.cc/coverage/f3cf22a4fb1e93e23d65540e3e6b6caa62c36fb1_f3cf22a4fb1e93e23d65540e3e6b6caa62c36fb1/report/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants