08:39:19.032‖ WARNING: CBL_SQLiteStorage: database is unreadable (err 5)
2016-03-20 08:39:19:031 BrowZine[20654:5e0f] Could not open couchbase DB named 'ios_test_database', error = Error Domain=SQLite Code=5 "database is locked" UserInfo={NSLocalizedDescription=database is locked}
The test fails after this. If I run the failing tests individually (not all together), the test passes. I currently know no problems in the normally running app which is triggering this issue, but it doesn't inspire confidence. What causes these errors, and is there anything I can do in my tests to make them behave more consistently?
Thanks!
Jordan