Re-target Cosmos Linux emulator test skips at the specific upstream bugs#38311
Draft
Copilot wants to merge 2 commits into
Draft
Re-target Cosmos Linux emulator test skips at the specific upstream bugs#38311Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…r test failures Agent-Logs-Url: https://github.com/dotnet/efcore/sessions/aa61db08-f15a-4d49-9e3f-2061c110bb03 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…ments Agent-Logs-Url: https://github.com/dotnet/efcore/sessions/8493b718-4093-4b80-8cac-b8f88dd22844 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
AndriySvyryd
May 23, 2026 05:37
View session
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.
A handful of Cosmos tests are skipped on the Linux emulator under a single umbrella reference to
azure-cosmos-db-emulator-docker#292. After running the tests and isolating each failure with a stand-aloneMicrosoft.Azure.Cosmosrepro, the failures map to three distinct emulator bugs (now filed individually) plus a residual set of EF-side issues that legitimately still belong under #292.Changes
AllowBulkExecution(Update/CosmosBulkConcurrencyTest.cs, the twoUpdating_then_*overrides): retag#292→#319.CosmosTransactionalBatchTest.SaveChanges_transaction_behavior_always_succeeds_for_single_entity_with_trigger): tag with#294.id/PK returns500PostgresE22P05(CosmosTransactionalBatchTest.SaveChanges_update_id_contains_special_chars_…): tag with#323.CosmosTransactionalBatchTestinto per-method[CosmosCondition(IsNotLinuxEmulator)]so each group carries its own URL. Tests in the class that still fail for unrelated EF-side reasons keep the original#292comment; passing tests are no longer skipped.