mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
1. modify test case: test_search_repeatedly_ivf_index_different_limit 2. update pymilvus version from 2.4.0rc19 to 2.4.0rc24 3. Before, insert will return a pk list. In the latest milvus client, insert will return a number that is inserted successfully 4. In the latest milvus client, flush and num_entities have been removed 5. Before, the default consistency level of a new collection is strong. In the latest milvus client, it becomes bounded. So related cases have been modified correspondingly, or immediate search after insert will return no results. 6. In the latest pymilvus, new data type FLOAT16_VECTOR and BFLOAT16_VECTOR have been added. Signed-off-by: nico <cheng.yuan@zilliz.com>
55 lines
946 B
Plaintext
55 lines
946 B
Plaintext
--extra-index-url https://test.pypi.org/simple/
|
|
pytest-cov==2.8.1
|
|
requests==2.26.0
|
|
scikit-learn==1.1.3
|
|
timeout_decorator==0.5.0
|
|
ujson==5.5.0
|
|
pytest==7.2.0
|
|
pytest-assume==2.4.3
|
|
pytest-timeout==1.3.3
|
|
pytest-repeat==0.8.0
|
|
allure-pytest==2.7.0
|
|
pytest-print==0.2.1
|
|
pytest-level==0.1.1
|
|
pytest-xdist==2.5.0
|
|
pymilvus==2.4.0rc24
|
|
pytest-rerunfailures==9.1.1
|
|
git+https://github.com/Projectplace/pytest-tags
|
|
ndg-httpsclient
|
|
pyopenssl
|
|
pyasn1
|
|
pytest-html==3.1.1
|
|
delayed-assert==0.3.5
|
|
kubernetes==17.17.0
|
|
PyYAML==6.0
|
|
pytest-sugar==0.9.5
|
|
pytest-parallel
|
|
pytest-random-order
|
|
|
|
# for customize config test
|
|
python-benedict==0.24.3
|
|
timeout-decorator==0.5.0
|
|
|
|
# for bulk insert test
|
|
minio==7.1.5
|
|
npy-append-array==0.9.15
|
|
Faker==19.2.0
|
|
|
|
# for benchmark
|
|
h5py==3.8.0
|
|
|
|
# for log
|
|
loguru==0.7.0
|
|
|
|
# util
|
|
psutil==5.9.4
|
|
pandas==1.5.3
|
|
tenacity==8.1.0
|
|
# for standby test
|
|
etcd-sdk-python==0.0.4
|
|
|
|
# for test result anaylszer
|
|
prettytable==3.8.0
|
|
pyarrow==14.0.1
|
|
fastparquet==2023.7.0
|