Skip to content

Getting errors attempting to run tests. #902

Discussion options

You must be logged in to vote

An update: I was comparing my settings file with the one in the repository and discovered that the missing models issue is reproducible 100% of the time when DEBUG_TOOLBAR is True and DEBUG = False. When the DEBUG_TOOLBAR is False, I don't get the missing models issue, but Sqlite3 complains about locked databases. For this issue, I would probably need to install postgres or another database to get around sqlite's limitations. It does appear that the tests are being run in parallel and sqlite3 cannot handle that many connections at once. There probably is also a setting to make all requests to sqlite3 be handled synchronously but I'll have to look at that.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@githubforw0rk
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by githubforw0rk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants