提交 385875e1 编写于 作者: G groot

avoid unitest hang


Former-commit-id: 97dc514f8f5cec2d6c1bbe85a89241c27a85b6ae
上级 555c31c4
......@@ -502,6 +502,11 @@ TEST_F(MySQLTest, TABLE_FILES_TEST) {
ASSERT_EQ(dated_files[table_file.date_].size(),
to_index_files_cnt+raw_files_cnt+index_files_cnt);
status = impl.FilesToSearch(table_id, meta::DatesT(), dated_files);
ASSERT_TRUE(status.ok());
ASSERT_EQ(dated_files[table_file.date_].size(),
to_index_files_cnt+raw_files_cnt+index_files_cnt);
status = impl.DropAll();
ASSERT_TRUE(status.ok());
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册