This is an automated email from the ASF dual-hosted git repository.
zouxinyi pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new fa7175218d [fix](be_ut) fix tablet_sink_test ut failure (#13198)
fa7175218d is described below
commit fa7175218d1aed4f007efc10587a2b395659a17a
Author: caiconghui <[email protected]>
AuthorDate: Sun Oct 9 11:01:53 2022 +0800
[fix](be_ut) fix tablet_sink_test ut failure (#13198)
Co-authored-by: caiconghui1 <[email protected]>
---
be/test/exec/tablet_sink_test.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/be/test/exec/tablet_sink_test.cpp
b/be/test/exec/tablet_sink_test.cpp
index 477bc79c08..ac9073d7d3 100644
--- a/be/test/exec/tablet_sink_test.cpp
+++ b/be/test/exec/tablet_sink_test.cpp
@@ -70,6 +70,7 @@ public:
void TearDown() override {
SAFE_DELETE(_env->_internal_client_cache);
SAFE_DELETE(_env->_function_client_cache);
+ SAFE_DELETE(_env->_task_pool_mem_tracker_registry);
SAFE_DELETE(_env->_load_stream_mgr);
SAFE_DELETE(_env->_master_info);
SAFE_DELETE(_env->_thread_mgr);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]