Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-16 Thread via GitHub
airborne12 merged PR #47901: URL: https://github.com/apache/doris/pull/47901 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
github-actions[bot] commented on PR #47901: URL: https://github.com/apache/doris/pull/47901#issuecomment-2658471433 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
github-actions[bot] commented on PR #47901: URL: https://github.com/apache/doris/pull/47901#issuecomment-2658471282 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
doris-robot commented on PR #47901: URL: https://github.com/apache/doris/pull/47901#issuecomment-2658343364 TeamCity be ut coverage result: Function Coverage: 43.36% (11319/26104) Line Coverage: 33.35% (95078/285092) Region Coverage: 32.14% (48734/151611) Branch Coverage: 27.

Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
doris-robot commented on PR #47901: URL: https://github.com/apache/doris/pull/47901#issuecomment-2658314650 ClickBench: Total hot run time: 30.31 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
doris-robot commented on PR #47901: URL: https://github.com/apache/doris/pull/47901#issuecomment-2658309405 TPC-DS: Total hot run time: 189951 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
doris-robot commented on PR #47901: URL: https://github.com/apache/doris/pull/47901#issuecomment-2658297248 TPC-H: Total hot run time: 31729 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
Thearas commented on PR #47901: URL: https://github.com/apache/doris/pull/47901#issuecomment-2658187598 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
SWJTU-ZhangLei commented on PR #47901: URL: https://github.com/apache/doris/pull/47901#issuecomment-2658187763 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[PR] [fix](beut) Fix `s3_file_writer_test` maybe memory leak [doris]

2025-02-13 Thread via GitHub
SWJTU-ZhangLei opened a new pull request, #47901: URL: https://github.com/apache/doris/pull/47901 * SimpleMockObjStorageClient.upload_part_params is not thread safe, and can be accessed by muti thread, the field is useless now, so comment it. ### What problem does this PR solve?