mirror of https://github.com/milvus-io/milvus.git
fix:remove thread pool timeout test because of high load cpu (#31879)
#31877 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>pull/31893/head
parent
0d1abb081b
commit
d6d3b01a04
|
@ -176,7 +176,6 @@ TEST_F(DiskAnnFileManagerTest, TestThreadPool) {
|
|||
auto second = double(duration.count()) * chrono::microseconds::period::num /
|
||||
chrono::microseconds::period::den;
|
||||
std::cout << "cost time:" << second << std::endl;
|
||||
EXPECT_LT(second, 4 * 100);
|
||||
}
|
||||
|
||||
int
|
||||
|
@ -415,4 +414,4 @@ TEST_F(DiskAnnFileManagerTest, CacheOptFieldToDiskSpaceCorrect) {
|
|||
auto res = file_manager->CacheOptFieldToDisk(space, opt_fileds);
|
||||
ASSERT_FALSE(res.empty());
|
||||
CheckOptFieldCorrectness(res);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue