mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip ci] Shorten long sentence (#11913)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
c6d9b876da
commit
9bad05c20a
@ -848,7 +848,8 @@ class TestDeleteOperation(TestcaseBase):
|
||||
|
||||
# delete id 1 and query id 0 and 1
|
||||
collection_w.delete(expr=f'{ct.default_int64_field_name} in {[1]}')
|
||||
collection_w.query(expr=f'{ct.default_int64_field_name} in {[0, 1]}', check_task=CheckTasks.check_query_empty)
|
||||
collection_w.query(expr=f'{ct.default_int64_field_name} in {[0, 1]}',
|
||||
check_task=CheckTasks.check_query_empty)
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.skip(reason="TODO")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user