提交 cd2e35a5 编写于 作者: G groot 提交者: jinhai

avoid unitest hang


Former-commit-id: 725f1820cb8e7407e4ce6b4b59766d5919c314c6
上级 1dc46aad
......@@ -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.
先完成此消息的编辑!
想要评论请 注册