Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run Django test suite #9

Open
michiya opened this issue Jun 7, 2013 · 3 comments
Open

Unable to run Django test suite #9

michiya opened this issue Jun 7, 2013 · 3 comments

Comments

@michiya
Copy link
Contributor

michiya commented Jun 7, 2013

Unable to run Django test suite because of the following error:

Creating test database for alias 'default' ('test_defaultdb')...
Got an error creating the test database: ('42000', '[42000] [Microsoft][SQL Server Native Client 11.0][SQL Server]CREATE DATABASE statement not allowed within multi-statement transaction. (226) (SQLExecDirectW)')
Destroying old test database 'default'...
Got an error recreating the test database: ('42000', '[42000] [Microsoft][SQL Server Native Client 11.0][SQL Server]DROP DATABASE statement cannot be used inside a user transaction. (574) (SQLExecDirectW)')
@ghost ghost assigned michiya Jun 7, 2013
michiya added a commit that referenced this issue Jun 7, 2013
@michiya
Copy link
Contributor Author

michiya commented Jun 7, 2013

Fixed, but we need some more fix to run the test suite with Windows Azure SQL Database.

@michiya michiya closed this as completed Jun 7, 2013
@thenormalsquid
Copy link

I am still getting this bug when attempting to run the django test runner via manage.py.

@dlo dlo reopened this Aug 20, 2014
@dlo
Copy link
Member

dlo commented Aug 20, 2014

Thanks @thenormalsquid, just re-opened to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants