Ticket #2410 (closed defect: fixed)
Model tests when not using SQLite
| Reported by: | goodgravy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1rc1 |
| Component: | TurboGears | Version: | 2.0b7 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The out-of-the-box model tests for a quickstarted project fail with "duplicate entry" Integrity Errors, when authentication and authorization is enabled.
The errors all occur in tests/models/init.py, when flushing changes.
These failures only occur when not using the SQLite engine, as suggested as a fix for ticket:2404
Change History
Note: See
TracTickets for help on using
tickets.
are you really using 2.0b7? if so please update to 2.0.3 and confirm the bug is not present. If you are still seeing this please provide steps to reproduce it as I don't see it in my own projects. Are you using mysql? postgres? which db? is this the default auth model?