提交 73f12432 编写于 作者: G groot

random failure of unittest

上级 b4a2aed4
......@@ -666,8 +666,8 @@ TEST_F(DBTest2, DELETE_BY_RANGE_TEST) {
ASSERT_NE(size, 0UL);
std::vector<milvus::engine::meta::DateT> dates;
std::string start_value = CurrentTmDate();
std::string end_value = CurrentTmDate(1);
std::string start_value = CurrentTmDate(-5);
std::string end_value = CurrentTmDate(5);
ConvertTimeRangeToDBDates(start_value, end_value, dates);
stat = db_->DropTable(TABLE_NAME, dates);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册