[fix](beut) fix "unknown file C++ exception with description "bad_weak_ptr" thrown" in DataStreamRecvrTest - #48319
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 31845 ms |
TPC-DS: Total hot run time: 191219 ms |
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 30.7 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…k_ptr" thrown" in DataStreamRecvrTest (apache#48319) There are conflicts between the following two PRs. One PR uses unique_ptr to construct query_ctx, while the other PR uses shared_from_this apache#48188 apache#47462
…k_ptr" thrown" in DataStreamRecvrTest (apache#48319) There are conflicts between the following two PRs. One PR uses unique_ptr to construct query_ctx, while the other PR uses shared_from_this apache#48188 apache#47462
…k_ptr" thrown" in DataStreamRecvrTest (apache#48319) There are conflicts between the following two PRs. One PR uses unique_ptr to construct query_ctx, while the other PR uses shared_from_this apache#48188 apache#47462
What problem does this PR solve?
There are conflicts between the following two PRs.
One PR uses unique_ptr to construct query_ctx, while the other PR uses shared_from_this
#48188
#47462
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)