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

tests fail #18

Closed
brianmay opened this issue Feb 3, 2015 · 1 comment
Closed

tests fail #18

brianmay opened this issue Feb 3, 2015 · 1 comment

Comments

@brianmay
Copy link

brianmay commented Feb 3, 2015

If running ./run_tests.sh I get lots of failures in the tests.

Summary:

IntegrityError: Problem installing fixture '/home/brian/tree/django/karaage/karaage4/karaage/tests/karaage_data.json': Could not load karaage.Institute(pk=1): UNIQUE constraint failed: karaage_instituteauditlogentry.group_id

DoesNotExist: Allocation matching query does not exist.

DoesNotExist: Grant matching query does not exist.

OperationalError: no such table: software

DoesNotExist: Resource matching query does not exist.

DoesNotExist: ResourcePool matching query does not exist.

AssertionError: HTTP Error 404: /allocations/project-<project_id>/delete-allocation/<allocation_id>/ > /allocations/project-1/delete-allocation/1/

AssertionError: HTTP Error 404: /allocations/project-<project_id>/delete-grant/<grant_id>/ > /allocations/project-1/delete-grant/1/

AssertionError: HTTP Error 404: /resources/delete-resource/<resource_id>/ > /resources/delete-resource/1/

AssertionError: HTTP Error 404: /resources/delete-resource-pool/<resource_pool_id>/ > /resources/delete-resource-pool/1/

@brianmay
Copy link
Author

All tests pass in the latest develop branch. Some of the tests work because they are skipped, they still need fixing.

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

1 participant