Delete_FromSql_converted_to_subquery not discovered by xunit #34301
Labels
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
community-contribution
customer-reported
type-bug
Milestone
Picked this up as part of working on a provider
In my
NorthwindBulkUpdatesJetTest
test class, the test functionDelete_FromSql_converted_to_subquery
kept on not being discovered.The function was definitely there and overriding the base from
NorthwindBulkUpdatesRelationalTestBase
Tracing it back it looks like the base function has a missing
In #34257 you can See in the original
NorthwindBulkUpdatesTestBase
file https://github.com/dotnet/efcore/pull/34257/files#diff-291274a6719c975f624f35fb5e20b8587693f4e78226da36ae945abd26735682L279 the function had those attributesBut in the new
NorthwindBulkUpdatesRelationalTestBase
those attributes have been missed https://github.com/dotnet/efcore/pull/34257/files#diff-9b4e768ee8c57b32e13d0c399f2b201890e1aa8b228615016f5df8a093f771d9R35Its a simple fix. I can do a pull request to add those 2 lines in
The text was updated successfully, but these errors were encountered: