Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Aug 30, 2024
1 parent 5424dc6 commit 58aa684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/runtime/memory/thread_mem_tracker_mgr_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

Expand Down

0 comments on commit 58aa684

Please sign in to comment.