milvus icon indicating copy to clipboard operation
milvus copied to clipboard

[Bug]: [Nightly] Query results are not empty after deleting all entities

Open NicoYuan1986 opened this issue 1 year ago • 12 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Environment

- Milvus version: c2ce7bc
- Deployment mode(standalone or cluster): cluster
- MQ type(rocksmq, pulsar or kafka):  pulsar 
- SDK version(e.g. pymilvus v2.0.0rc2): 2.3.3.post1.dev8
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

Query results are not empty after deleting all entities.

[2023-12-13T22:57:05.544Z] [2023-12-13 21:13:55 - DEBUG - ci_test]: (api_request)  : [Collection.query] args: ['varchar in ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "4......, kwargs: {} (api_request.py:62)
[2023-12-13T22:57:05.544Z] [2023-12-13 21:13:55 - DEBUG - ci_test]: (api_response) : [{'varchar': '1143'}, {'varchar': '1144'}, {'varchar': '1145'}, {'varchar': '1146'}, {'varchar': '1147'}, {'varchar': '1148'}, {'varchar': '1149'}, {'varchar': '1150'}, {'varchar': '1151'}, {'varchar': '1152'}, {'varchar': '1153'}, {'varchar': '1154'}, {'varchar': '1155'}, {'varchar': '1156'}, {'var......  (api_request.py:37)

Expected Behavior

return empty

Steps To Reproduce

No response

Milvus Log

  1. link: https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20Nightly%20CI/detail/2.3/37/pipeline/237/
  2. log: artifacts-milvus-distributed-pulsar-nightly-37-pymilvus-e2e-logs.tar.gz
  3. collection name: delete_gHkTkGug
  4. failed time: [2023-12-13T21:08:26.314Z] [gw0] [ 4%] FAILED testcases/test_collection.py::TestCollectionMultiCollections::test_collection_count_multi_collections_binary[1000]

Anything else?

No response

NicoYuan1986 avatar Dec 14 '23 02:12 NicoYuan1986