Opened 4 years ago
Closed 4 years ago
#32608 closed Cleanup/optimization (needsinfo)
Collation test fails on PostgreSQL on Windows due to missing locale
Reported by: | Ahmad A. Hussein | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This test fails on Windows with the specified locale. Changing locale = 'und-u-ks-level2'
to
locale = '@colStrength=secondary'
fixes this but I'm not sure why. I believe the locale used is missing on earlier Windows PostgreSQL installations.
Is this a bug in the code or a failure specific to my installation?
Note:
See TracTickets
for help on using tickets.
Thanks for this report, however I don't think you've explained the issue in enough detail to confirm a bug in schema test. It works for me on PostgreSQL 12 and 13. Please reopen this ticket if you can provide more details, especially why Django is at fault.