File tree Expand file tree Collapse file tree 7 files changed +7
-10
lines changed
llama-index-python-kvstore Expand file tree Collapse file tree 7 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ buildvariants:
187
187
- rhel87-small
188
188
tasks :
189
189
- name : test-llama-index
190
-
190
+
191
191
- name : test-docarray-rhel
192
192
display_name : DocArray RHEL
193
193
expansions :
@@ -210,4 +210,4 @@ buildvariants:
210
210
run_on :
211
211
- rhel87-small
212
212
tasks :
213
- - name : test-autogen
213
+ - name : test-autogen
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ setup_local_atlas() {
80
80
* )
81
81
echo " Unrecognized state $STATE "
82
82
sleep 1
83
- esac
83
+ esac
84
84
done
85
85
86
86
echo " container did not get healthy within 120 seconds, quitting"
@@ -101,5 +101,3 @@ fetch_local_atlas_uri() {
101
101
export CONN_STRING=$CONN_STRING
102
102
echo " $CONN_STRING "
103
103
}
104
-
105
-
Original file line number Diff line number Diff line change 26
26
python -m pip install -U pip pre-commit
27
27
- name : Run linters
28
28
run : |
29
- pre-commit run --hook-stage=manual --all-files
29
+ pre-commit run --hook-stage=manual --all-files
Original file line number Diff line number Diff line change @@ -49,4 +49,3 @@ xunit-results/
49
49
50
50
# Miscellaneous
51
51
.DS_Store
52
-
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ poetry install --with dev --extras mongo
23
23
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
24
24
MONGODB_URI=$docarray_mongodb_uri \
25
25
MONGODB_DATABASE=" docarray_test_db" \
26
- pytest -v tests/index/mongo_atlas
26
+ pytest -v tests/index/mongo_atlas
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
10
10
11
11
# cd to the MongoDB integration. It has its own project
12
12
cd llama-index-integrations/storage/kvstore/llama-index-storage-kvstore-mongodb
13
-
13
+
14
14
# Install Poetry into base python
15
15
$PYTHON_BINARY -m pip install -U pip poetry
16
16
# Create a package specific poetry environment
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ sed -i -e 's/"MongoDB Atlas cluster is required"/null/g' dotnet/src/IntegrationT
20
20
# Run tests
21
21
echo " Running MongoDBMemoryStoreTests"
22
22
MongoDB__ConnectionString=$( fetch_local_atlas_uri) \
23
- $DOTNET_SDK_PATH /dotnet test dotnet/src/IntegrationTests/IntegrationTests.csproj --filter SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBMemoryStoreTests
23
+ $DOTNET_SDK_PATH /dotnet test dotnet/src/IntegrationTests/IntegrationTests.csproj --filter SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBMemoryStoreTests
You can’t perform that action at this time.
0 commit comments