Skip to content

.Net MEVD: Unify collection deletion and creation #10958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

adamsitnik
Copy link
Member

@adamsitnik adamsitnik commented Mar 13, 2025

fixes #10882

- introduce CollectionConformanceTests
- make GenerateNextKey thread-safe
- make sure the tests don't create collection if there is no need to
- implement the tests for Postgres, SQL Server and Redis (partially)
…go, InMemory, Sqlite, Cosmos and Azure AI Search
@adamsitnik adamsitnik requested a review from a team as a code owner March 13, 2025 14:51
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels Mar 13, 2025
@roji roji linked an issue Mar 13, 2025 that may be closed by this pull request
…tionAndCreation

# Conflicts:
#	dotnet/src/VectorDataIntegrationTests/RedisIntegrationTests/Support/RedisGenericDataModelFixture.cs
#	dotnet/src/VectorDataIntegrationTests/RedisIntegrationTests/Support/RedisSimpleModelFixture.cs
#	dotnet/src/VectorDataIntegrationTests/VectorDataIntegrationTests/Collections/CollectionConformanceTests.cs
@adamsitnik adamsitnik force-pushed the unifyCollectionDeletionAndCreation branch from 8d1b590 to 89673b5 Compare March 13, 2025 18:25
@adamsitnik adamsitnik requested review from roji and westey-m March 13, 2025 18:27
Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @adamsitnik! See minor comments below.

@adamsitnik adamsitnik added this pull request to the merge queue Mar 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 18, 2025
@roji
Copy link
Member

roji commented Mar 18, 2025

Thoughts about merging this to the feature branch vs. main? This does change behavior so maybe better to wait with it...

@adamsitnik adamsitnik added this pull request to the merge queue Mar 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 18, 2025
@adamsitnik adamsitnik added this pull request to the merge queue Mar 18, 2025
Merged via the queue into microsoft:main with commit a01a31b Mar 18, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel memory .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.Net: Behavior of collection deletion
4 participants