SQLiteException and exit code #20000
SQLiteException and exit code #20000
Hi,
one of my projects fails on CCNet with the exception below. The coverage report is generated correctly and displayed in the CC dashboard. I cannot see anything conspicious what might cause the exception afterwards.
Any idea what goes wrong? I am using V3.4.14
Thanks, Torsten
Tests run: 113, Errors: 0, Failures: 0, Inconclusive: 0, Time: 82,4369724 seconds
Not run: 0, Invalid: 0, Ignored: 0, Skipped: 0
Top level exception: System.Data.SQLite.SQLiteException>
SQLite error
no such table: ViewExecutionStat
bei System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
bei System.Data.SQLite.SQLiteCommand.BuildNextCommand()
bei System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
bei System.Data.SQLite.SQLiteDataReader.NextResult()
bei System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
bei System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
bei System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
bei ...()
bei ..(IUnitOfWork , IDbCommand , )
bei ..(IUnitOfWork , IDbCommand )
bei ..( )
bei ..(IEnumerable`1 )
bei ..()
bei ..(UnitOfWork , IEnumerable`1 , IEnumerable`1 )
bei Mindscape.LightSpeed.UnitOfWork.SaveChanges(Boolean reset)
bei Mindscape.LightSpeed.UnitOfWorkBase.SaveChanges()
bei NCover.Framework.Models.Trends.TrendCoverageDataSqLite.AppendDocuments(ICoverageView view)
bei NCover.Framework.Models.Trends.TrendCoverageDataSqLite.Append(ICoverageView view)
bei NCover.Framework.Models.Trends.TrendCoverageData.Append(ICoverageView view, String path)
bei NCover.Framework.ProfilerDriver.Execute(Int32& profiledAppCode)
bei NCover.ConsoleMain.ConsoleMain.RunCoverage(String[] args, IOutputWriter output)
NCover.Console is returning exit code #20000
RE: SQLiteException and exit code #20000
hintz, thanks for writing in with your question. can you please send us a copy of your trend file so we can look at it here. We'd like to run some tests.
Thanks for using NCover!