This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 22f2dd0b64e [fix](ut) Fix ThreadMemTrackerMgrTest TEST_F  (#40175)
22f2dd0b64e is described below

commit 22f2dd0b64e6e1bba18691d75a8063bafc606e19
Author: Xinyi Zou <zouxiny...@gmail.com>
AuthorDate: Fri Aug 30 17:36:18 2024 +0800

    [fix](ut) Fix ThreadMemTrackerMgrTest TEST_F  (#40175)
---
 be/test/runtime/memory/thread_mem_tracker_mgr_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/test/runtime/memory/thread_mem_tracker_mgr_test.cpp 
b/be/test/runtime/memory/thread_mem_tracker_mgr_test.cpp
index bab94ace470..c1feb43fe91 100644
--- a/be/test/runtime/memory/thread_mem_tracker_mgr_test.cpp
+++ b/be/test/runtime/memory/thread_mem_tracker_mgr_test.cpp
@@ -87,7 +87,7 @@ TEST_F(ThreadMemTrackerMgrTest, ConsumeMemory) {
     EXPECT_EQ(t->consumption(), 0); // detach automatic call 
flush_untracked_mem.
 }
 
-TEST(ThreadMemTrackerMgrTest, Boundary) {
+TEST_F(ThreadMemTrackerMgrTest, Boundary) {
     // TODO, Boundary check may not be necessary, add some `IF` maybe increase 
cost time.
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to