-
Notifications
You must be signed in to change notification settings - Fork 11
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
Tests fail #12
Comments
i just wanted to work on an issue where
most of them fail with: am i doing it wrong? |
I don't known, but the tests pass ok. (kk)[3/5.0.2]{1}niwi@localhost:~/devel/djorm-ext-hstore/testing> python runtests.py Ran 35 tests in 0.289s OK |
Seems duplicate to #11 |
wow, there is an evil bug somewhere... i started fresh with new clone and virtualenv with your package suggestions on another machine: works. so then i created a new virtualenv on the notebook, where it failed before: it still fails! EDIT: of course both times tests were run with postgres and hstore extension. |
Can I recommend that one should never take test results run on a sqllite thanks, On Tue, Jun 18, 2013 at 7:31 PM, Florian Demmer [email protected]:
|
This problems it seems due to oid registration when you database have hstore instaled manually instead of use template1 database for install hstore. Detailed explanation: #11 (comment) |
"DatabaseError: current transaction is aborted, commands ignored until end of transaction block"
30 errors when running the tests using nose, the error is the same as above for all tests.
The text was updated successfully, but these errors were encountered: