Execute migrations using the ExecutionStrategy #34206
Merged
Azure Pipelines / efcore-ci
succeeded
Jul 17, 2024 in 24m 24s
Build #20240715.11 had test failures
Details
- Failed: 1 (0.00%)
- Passed: 248,964 (83.73%)
- Other: 48,380 (16.27%)
- Total: 297,345
Annotations
azure-pipelines / efcore-ci
Microsoft.Data.Sqlite.SqliteConnectionFactoryTest.Can_clear_pools_while_connections_are_being_used
System.AggregateException : One or more errors occurred. (Object reference not set to an instance of an object.)\n---- System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
at System.Threading.Tasks.Task.WaitAllCore(ReadOnlySpan`1 tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Microsoft.Data.Sqlite.SqliteConnectionFactoryTest.Can_clear_pools_while_connections_are_being_used() in /_/test/Microsoft.Data.Sqlite.Tests/SqliteConnectionFactoryTest.cs:line 129
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
at Microsoft.Data.Sqlite.SqliteConnectionFactoryTest.<>c__DisplayClass6_1.<Can_clear_pools_while_connections_are_being_used>b__1() in /_/test/Microsoft.Data.Sqlite.Tests/SqliteConnectionFactoryTest.cs:line 112
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
Loading