File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
pymongo-vectorsearch-utils Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -317,14 +317,14 @@ tasks:
317317 - func : " setup remote atlas"
318318 - func : " execute tests"
319319
320- - name : test-pymongo-vectorsearch -utils-local
320+ - name : test-pymongo-search -utils-local
321321 tags : [local]
322322 commands :
323323 - func : " fetch repo"
324324 - func : " setup local atlas"
325325 - func : " execute tests"
326326
327- - name : test-pymongo-vectorsearch -utils-remote
327+ - name : test-pymongo-search -utils-remote
328328 tags : [remote]
329329 commands :
330330 - func : " fetch repo"
@@ -519,13 +519,13 @@ buildvariants:
519519 - name : test-mem0-python-remote
520520 batchtime : 10080 # 1 week
521521
522- - name : test-pymongo-vectorsearch -utils-python-rhel
523- display_name : PyMongo Vectorsearch Utils RHEL
522+ - name : test-pymongo-search -utils-python-rhel
523+ display_name : PyMongo Search Utils RHEL
524524 tags : [python]
525525 expansions :
526- DIR : pymongo-vectorsearch -utils
526+ DIR : pymongo-search -utils
527527 run_on :
528528 - rhel87-small
529529 tasks :
530- - name : test-pymongo-vectorsearch -utils-local
531- - name : test-pymongo-vectorsearch -utils-remote
530+ - name : test-pymongo-search -utils-local
531+ - name : test-pymongo-search -utils-remote
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ case $DIR in
5050 mem0-python)
5151 MONGODB_URI=$MEM0_URI
5252 ;;
53- pymongo-vectorsearch -utils)
54- MONGODB_URI=$PYMONGO_VECTORSEARCH_UTILS_URI
53+ pymongo-search -utils)
54+ MONGODB_URI=$PYMONGO_SEARCH_UTILS_URI
5555 ;;
5656 * )
5757 echo " Missing config in setup-remote.sh for DIR: $DIR "
Original file line number Diff line number Diff line change 1+ REPO_NAME = pymongo-search-utils
2+ REPO_ORG = mongodb-labs
3+ DATABASE = " pymongo_search_utils_test"
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments