.Net MEVD: More Conformance tests - #10944
Merged
Merged
Conversation
- 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)
Adam Sitnik (adamsitnik)
temporarily deployed
to
integration
March 12, 2025 19:26 — with
GitHub Actions
Inactive
Adit Sheth (shethaadit)
approved these changes
Mar 12, 2025
This was referenced Mar 13, 2025
westey (westey-m)
previously approved these changes
Mar 13, 2025
Adam Sitnik (adamsitnik)
changed the base branch from
main
to
feature-vector-data-preb2
March 13, 2025 15:30
Dmytro Struk (dmytrostruk)
previously approved these changes
Mar 13, 2025
Adam Sitnik (adamsitnik)
changed the base branch from
feature-vector-data-preb2
to
main
March 13, 2025 17:19
Adam Sitnik (adamsitnik)
dismissed stale reviews from Dmytro Struk (dmytrostruk) and westey (westey-m)
March 13, 2025 17:19
The base branch was changed.
westey (westey-m)
approved these changes
Mar 13, 2025
Dmytro Struk (dmytrostruk)
approved these changes
Mar 13, 2025
Shay Rojansky (roji)
approved these changes
Mar 13, 2025
Shay Rojansky (roji)
left a comment
Member
There was a problem hiding this comment.
Super happy to see this, awesome work Adam Sitnik (@adamsitnik).
I still personally much rather read test names like Delete_collection_does_not_throw_for_non_existing_collection than DeleteCollectionDoesNotThrowForNonExistingCollection (after all that's why we have spaces in human language ;)). That's the test naming convention we use in EF and it works really well where test names start to get long.
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Mar 13, 2025
jcruzmot-te
pushed a commit
to thousandeyes/aia-semantic-kernel
that referenced
this pull request
Sep 15, 2025
- introduce CollectionConformanceTests - introduce RecordConformanceTests - 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) contributes to microsoft#10194 and microsoft#10882 and microsoft#10883
jcruzmot-te
pushed a commit
to thousandeyes/aia-semantic-kernel
that referenced
this pull request
Sep 15, 2025
…oft#10952) It's a resurrected microsoft#10788 built on top of microsoft#10944 which I hope will get merged first. fixes microsoft#10415 --------- Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
contributes to #10194 and #10882 and #10883