Skip to content

Unskip tests that aren't failing anymore#38474

Open
AndriySvyryd wants to merge 12 commits into
mainfrom
Skippy
Open

Unskip tests that aren't failing anymore#38474
AndriySvyryd wants to merge 12 commits into
mainfrom
Skippy

Conversation

@AndriySvyryd

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 20, 2026 00:11
@AndriySvyryd AndriySvyryd requested a review from a team as a code owner June 20, 2026 00:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR re-enables a set of previously skipped tests across providers (SqlServer/Sqlite/Specification/InMemory/Cosmos), generally by removing Skip = ... markers and, in a few cases, by changing provider overrides to assert the current expected failure mode instead of skipping.

Changes:

  • Unskips multiple [Fact]/[Theory] tests by removing Skip = ... across several test suites.
  • Removes InMemory-specific “skip overrides” so the base GroupBy coverage runs again.
  • Updates some provider overrides to assert failures (via Assert.ThrowsAny*<XunitException>) rather than skipping, and converts one spec test from sync to async.

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 18 comments.

Show a summary per file
File Description
test/EFCore.SqlServer.FunctionalTests/CustomConvertersSqlServerTest.cs Unskips a SqlQuery theory for converted types.
test/EFCore.Sqlite.FunctionalTests/Query/Translations/Operators/BitwiseOperatorTranslationsSqliteTest.cs Unskips xor-related overrides so the provider-specific “translation fails” assertions run.
test/EFCore.Specification.Tests/Query/NorthwindJoinQueryTestBase.cs Unskips join closure-caching regression tests.
test/EFCore.Specification.Tests/Query/ComplexTypeQueryTestBase.cs Unskips a complex-type projection regression test.
test/EFCore.Specification.Tests/CustomConvertersTestBase.cs Converts a spec test to async and uses ToListAsync().
test/EFCore.InMemory.FunctionalTests/Query/QueryBugsInMemoryTest.cs Unskips Issue19425 regression test.
test/EFCore.InMemory.FunctionalTests/Query/NorthwindGroupByQueryInMemoryTest.cs Removes skipped overrides so base GroupBy tests run again for InMemory.
test/EFCore.InMemory.FunctionalTests/OptimisticConcurrencyInMemoryTest.cs Replaces skips with assertions that base optimistic concurrency tests currently fail for InMemory.
test/EFCore.InMemory.FunctionalTests/KeysWithConvertersInMemoryTest.cs Replaces skips with assertions that key converters are unsupported (currently fail) for InMemory.
test/EFCore.InMemory.FunctionalTests/GraphUpdates/ProxyGraphUpdatesInMemoryTest.cs Replaces skips with assertions that base proxy graph update tests fail for InMemory.
test/EFCore.Cosmos.FunctionalTests/CustomConvertersCosmosTest.cs Replaces skip with assertion that a specific converter test currently fails for Cosmos.

Comment thread test/EFCore.InMemory.FunctionalTests/KeysWithConvertersInMemoryTest.cs Outdated
Comment thread test/EFCore.InMemory.FunctionalTests/KeysWithConvertersInMemoryTest.cs Outdated
Comment thread test/EFCore.InMemory.FunctionalTests/KeysWithConvertersInMemoryTest.cs Outdated
Comment thread test/EFCore.Cosmos.FunctionalTests/CustomConvertersCosmosTest.cs Outdated
Comment thread test/EFCore.Specification.Tests/CustomConvertersTestBase.cs
Comment thread test/EFCore.Specification.Tests/CustomConvertersTestBase.cs Outdated
Copilot AI review requested due to automatic review settings June 20, 2026 00:21

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Comment thread test/EFCore.InMemory.FunctionalTests/KeysWithConvertersInMemoryTest.cs Outdated
Copilot AI review requested due to automatic review settings June 20, 2026 07:21
@AndriySvyryd AndriySvyryd removed the request for review from Copilot June 20, 2026 07:21
Copilot AI review requested due to automatic review settings June 21, 2026 18:37
@AndriySvyryd AndriySvyryd removed the request for review from Copilot June 21, 2026 18:37
Copilot AI review requested due to automatic review settings June 22, 2026 08:21
@AndriySvyryd AndriySvyryd removed the request for review from Copilot June 22, 2026 08:21
Copilot AI review requested due to automatic review settings June 22, 2026 08:25
@AndriySvyryd AndriySvyryd removed the request for review from Copilot June 22, 2026 08:25
Copilot AI review requested due to automatic review settings June 22, 2026 20:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 15 out of 15 changed files in this pull request and generated 5 comments.

Comment thread test/EFCore.SqlServer.FunctionalTests/CustomConvertersSqlServerTest.cs Outdated
Comment thread test/EFCore.SqlServer.FunctionalTests/CustomConvertersSqlServerTest.cs Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 24, 2026 01:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.

Copilot AI review requested due to automatic review settings June 24, 2026 01:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.

Comment thread test/EFCore.Cosmos.FunctionalTests/CustomConvertersCosmosTest.cs
Removed the Optional_one_to_one_are_orphaned method from ProxyGraphUpdatesInMemoryTest.
Copilot AI review requested due to automatic review settings June 24, 2026 02:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 24, 2026 02:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.

Comment thread src/EFCore/Infrastructure/ModelValidator.cs
…lValidator blank line

Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 24, 2026 04:49
@AndriySvyryd AndriySvyryd removed the request for review from Copilot June 24, 2026 04:49
…tarting_detached and Required_one_to_one_with_alternate_key_are_cascade_deleted_starting_detached

Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 24, 2026 06:58
@AndriySvyryd AndriySvyryd removed the request for review from Copilot June 24, 2026 06:58
@AndriySvyryd AndriySvyryd requested a review from cincuranet June 24, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants