Opened 12 years ago
Closed 12 years ago
#18319 closed Bug (fixed)
test_runner.AutoIncrementResetTest should be skipped for mssql
Reported by: | Michael Manfre | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
test_runner.AutoIncrementResetTest should be skipped for mssql
Attachments (1)
Change History (4)
comment:1 by , 12 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 12 years ago
Attachment: | django-ticket18319.diff added |
---|
Changed check for newly added supports_sequence_reset database feature
comment:2 by , 12 years ago
Patch needs improvement: | unset |
---|
Updated patch to use supports_sequence_reset, instead of vendor.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Add a connection feature "supports_sequence_reset" or somesuch. If you can write a patch for this, great. Reason is again other 3rd party backends.