mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
random failure of unittest
This commit is contained in:
parent
b4a2aed41f
commit
73f12432cc
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user