efcore
efcore copied to clipboard
Occasional failure of ExecuteReader_retries_when_busy
Microsoft.Data.Sqlite.SqliteException : SQLite Error 1: 'no such table: Data'.
Stack trace
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db) in /_/src/Microsoft.Data.Sqlite.Core/SqliteException.cs:line 64
at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements(Stopwatch timer)+MoveNext() in /_/src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs:line 499
at Microsoft.Data.Sqlite.SqliteCommand.GetStatements(Stopwatch timer)+MoveNext() in /_/src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs:line 349
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult() in /_/src/Microsoft.Data.Sqlite.Core/SqliteDataReader.cs:line 151
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior) in /_/src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs:line 314
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader() in /_/src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs:line 275
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery() in /_/src/Microsoft.Data.Sqlite.Core/SqliteCommand.cs:line 437
at Microsoft.Data.Sqlite.SqliteCommandTest.<>c__DisplayClass58_0.<ExecuteReader_retries_when_busy>b__1() in /_/test/Microsoft.Data.Sqlite.Tests/SqliteCommandTest.cs:line 924
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)
--- End of stack trace from previous location ---
at Microsoft.Data.Sqlite.SqliteCommandTest.ExecuteReader_retries_when_busy() in /_/test/Microsoft.Data.Sqlite.Tests/SqliteCommandTest.cs:line 893
--- End of stack trace from previous location ---