#32608: Collation test fails on PostgreSQL on Windows due to missing locale
------------------------------------------------+------------------------
Reporter: Ahmad A. Hussein | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Testing framework | Version: dev
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
https://github.com/django/django/blob/f83214a3e15ccadc9e2370dd157ed19bcdb07e2c/tests/schema/tests.py#L4028
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
[https://www.postgresql.org/message-id/43f9b6b6-6fae-47bb-8f4d-
[email protected]/ missing on earlier Windows PostgreSQL
installations].
Is this a bug in the code or a failure specific to my installation?
--
Ticket URL: <https://code.djangoproject.com/ticket/32608>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/051.6bc193e7744779a46e3cb6a0b96d82df%40djangoproject.com.