You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The tests use the TestContainers.Net library which requires docker.
17
19
# RHEL 8 and 9 don't support docker so we have the setup below to emulate docker with podman
@@ -29,5 +31,5 @@ sed -i -e 's/"The MongoDB container is intermittently timing out at startup time
29
31
# Remove the attribute blocking tests so we can run them
30
32
sed -i -e 's/\[DisableVectorStoreTests(Skip = "The MongoDB container is intermittently timing out at startup time blocking prs, so these test should be run manually.")\]//g' dotnet/src/IntegrationTests/Connectors/Memory/MongoDB/MongoDBVectorStoreTests.cs
31
33
32
-
echo"Running MongoDBVectorStoreTests and MongoDBVectorStoreRecordCollectionTests"
33
-
sudo $DOTNET_SDK_PATH/dotnet test dotnet/src/IntegrationTests/IntegrationTests.csproj --filter "SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBVectorStoreTests | SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBVectorStoreRecordCollectionTests"
34
+
echo"Running MongoDBVectorStoreTests"
35
+
sudo $DOTNET_SDK_PATH/dotnet test dotnet/src/IntegrationTests/IntegrationTests.csproj --filter "SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBVectorStoreTests"
0 commit comments