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

Django tests fail on AppEngine #5

Open
awrichar opened this issue Jun 27, 2013 · 1 comment
Open

Django tests fail on AppEngine #5

awrichar opened this issue Jun 27, 2013 · 1 comment

Comments

@awrichar
Copy link

When I run the tests for Django 1.4 in an AppEngine project, I get about 20 failures/errors. Prior to version 1.4, all tests passed.

The failures are all in contrib.auth, contrib.contenttypes, and contrib.sessions. The errors are mostly "This query is not supported by the database" and "Only strings and positive integers may be used as keys on GAE."

Has Django-nonrel 1.4 been tested much against GAE? Are these tests expected to pass, or do they need qualifiers (I know many tests are already marked as "requiring JOIN support") so that they'll be skipped on GAE?

I'm happy to help get them running properly if needed; just want to see what the state is expected to be and make sure this isn't due to actual misconfiguration in my project.

@aburgel
Copy link
Member

aburgel commented Jun 27, 2013

I haven't had much time for fixing tests in contrib, especially "query is not supported" errors. The "strings and positive integer" errors are more interesting because those might be actual bugs in djangoappengine.

It would be great if you fixed them. And even better would be if we could get these tests to run in travis :-)

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

No branches or pull requests

2 participants