Zuming Jiang

Results 13 comments of Zuming Jiang

@xiaofan-luan I can reproduce the bug in 2.5.13. I use the following scripts to check the server version ```python from pymilvus import MilvusClient client = MilvusClient("http://127.0.0.1:19530", dbname="testdb") print(client.get_server_version()) #output: 2.5.13...

@yanliang567 It should be fixed. I cannot trigger it anymore

FYI, I found the first bad commit using git bisect: ``` 3e23cdd0e82a3fb04be9940390647e68b387bc76 is the first bad commit commit 3e23cdd0e82a3fb04be9940390647e68b387bc76 Author: pingcap-github-bot Date: Tue Mar 31 23:19:57 2020 +0800 chunk: make...