mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Update merge segments case tags to L2 (#12953)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
d85240779f
commit
9022a49d8a
@ -661,7 +661,7 @@ class TestCompactionOperation(TestcaseBase):
|
||||
c_plans, _ = collection_w.get_compaction_plans()
|
||||
assert len(c_plans.plans) == 0
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L1)
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_compact_merge_multi_segments(self):
|
||||
"""
|
||||
target: test compact and merge multi small segments
|
||||
|
Loading…
Reference in New Issue
Block a user