Skip to content

Commit

Permalink
test: add restful cases for text match feature
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing committed Sep 20, 2024
1 parent f2c5087 commit 86d1eb7
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 13 deletions.
14 changes: 11 additions & 3 deletions tests/python_client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ allure-pytest==2.7.0
pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.5.0
pymilvus==2.5.0rc80
pymilvus[bulk_writer]==2.5.0rc80
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient
Expand All @@ -27,6 +25,10 @@ pytest-sugar==0.9.5
pytest-parallel
pytest-random-order

# pymilvus
pymilvus==2.5.0rc80
pymilvus[bulk_writer]==2.5.0rc80

# for customize config test
python-benedict==0.24.3
timeout-decorator==0.5.0
Expand All @@ -51,11 +53,17 @@ rich==13.7.0
etcd-sdk-python==0.0.4
deepdiff==6.7.1

# for test result anaylszer
# for test result analyzer
prettytable==3.8.0
pyarrow==14.0.1
fastparquet==2023.7.0

# for bf16 datatype
ml-dtypes==0.2.0

# for text match
bm25s==0.2.0
jieba==0.42.1

# for perf test
locust==2.25.0
74 changes: 64 additions & 10 deletions tests/restful_client_v2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,69 @@
--extra-index-url https://test.pypi.org/simple/
requests==2.31.0
urllib3==1.26.18
pytest~=7.2.0
pyyaml~=6.0
numpy~=1.24.3
allure-pytest>=2.8.18
Faker==19.2.0
pymilvus==2.4.0rc39
scikit-learn~=1.1.3
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
minio==7.1.14
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

# pymilvus
pymilvus==2.5.0rc80
pymilvus[bulk_writer]==2.5.0rc80

# 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
rich==13.7.0
# for standby test
etcd-sdk-python==0.0.4
deepdiff==6.7.1

# for test result analyzer
prettytable==3.8.0
pyarrow==14.0.1
fastparquet==2023.7.0

# for bf16 datatype
ml-dtypes==0.2.0

# for text match
bm25s==0.2.0
jieba==0.42.1

# for perf test
locust==2.25.0

0 comments on commit 86d1eb7

Please sign in to comment.