.Net: Improve and enable integration tests for MongoDB connector #9410
Labels
.NET
Issue or Pull requests regarding .NET code
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Currently, we use
mongodb/mongodb-atlas-local
Docker image to perform integration tests in our CI pipeline for MongoDB connector. It appeared that sometimes vector search doesn't return any results, so the tests are failing, and PR merge is blocked:Since this error is transient, it's not clear what is the root cause. The scope of this task is to investigate the root cause, provide a fix and enable integration tests for MongoDB connector so they will be executed during PR merge.
The text was updated successfully, but these errors were encountered: