You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are refactoring the error handling in Milvus, when we correct the error code of DescribeCollection to CollectionNotFound, tests failed
Expected Behavior
Here it should simply return the bool result from the response
Steps/Code To Reproduce behavior
No response
Environment details
- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0):
- Milvus configuration (Settings you made in `server_config.yaml`):
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the bug
We are refactoring the error handling in Milvus, when we correct the error code of
DescribeCollection
toCollectionNotFound
, tests failedExpected Behavior
Here it should simply return the bool result from the response
Steps/Code To Reproduce behavior
No response
Environment details
Anything else?
No response
The text was updated successfully, but these errors were encountered: