mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Update compact case for compact outside time travel (#13410)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
2aa1d5d714
commit
9e25d5ecb9
@ -573,7 +573,6 @@ class TestCompactionOperation(TestcaseBase):
|
||||
travel_timestamp=tt)
|
||||
assert 0 in search_one[0].ids
|
||||
|
||||
@pytest.mark.xfail(reason="Issue 12450")
|
||||
@pytest.mark.tags(CaseLabel.L3)
|
||||
def test_compact_delete_outside_time_travel(self):
|
||||
"""
|
||||
@ -602,6 +601,7 @@ class TestCompactionOperation(TestcaseBase):
|
||||
sleep(60)
|
||||
|
||||
collection_w.compact()
|
||||
collection_w.wait_for_compaction_completed()
|
||||
collection_w.load()
|
||||
|
||||
# search with travel_time tt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user