Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute migrations using the ExecutionStrategy #34206

Merged
merged 2 commits into from
Jul 26, 2024

Execute migrations using the ExecutionStrategy

4697720
Select commit
Loading
Failed to load commit list.
Merged

Execute migrations using the ExecutionStrategy #34206

Execute migrations using the ExecutionStrategy
4697720
Select commit
Loading
Failed to load commit list.
Azure Pipelines / efcore-ci succeeded Jul 17, 2024 in 24m 24s

Build #20240715.11 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 248,964 (83.73%)
  • Other: 48,380 (16.27%)
  • Total: 297,345

Annotations

Check failure on line 1 in Microsoft.Data.Sqlite.SqliteConnectionFactoryTest.Can_clear_pools_while_connections_are_being_used

See this annotation in the file changed.

@azure-pipelines 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)