dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.74k stars 3.18k forks source link

Test "Add_update_delete_query_throws_if_no_container" fails only on C.I #33402

Open ajcvickers opened 7 months ago

ajcvickers commented 7 months ago

See https://github.com/dotnet/efcore/pull/33386#issuecomment-2019022487

Assert.StartsWith() Failure: String start does not match
String:         "Response status code does not indicate su"···
Expected start: "Response status code does not indicate su"···
akoeplinger commented 6 months ago

There are more Cosmos tests that hit this when looking at https://dev.azure.com/dnceng/internal/_test/analytics?definitionId=229&contextType=build

image

Seems to happen on Linux.