Disable broken test tst_perf The problem intst_perf is that unless a populated database is passed in via the SQLITESTORAGEDB environment variable, a temporary file is created which is the passed to sqlite3_open() which creates an empty database. In this case ExtendedStorage::Ptr::open() calls SqliteStorage::open() which expects database tables to exist and tries to do a database schema migration which fails because the database is still empty.