#34196: Django test failing with psql
-------------------------------------+-------------------------------------
Reporter: Pablo | Owner: nobody
Nicolas Estevez |
Type: Bug | Status: new
Component: Database | Version: 4.1
layer (models, ORM) |
Severity: Normal | Keywords: postgres
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
The test_search in django/test/postgres_test/test_searc.py are failing
with psql backend. For example is looking for "hearts" and expecting a
result when there is not "hearts" in the database. In the line 111,
test_non_exact_match.
--
Ticket URL: <https://code.djangoproject.com/ticket/34196>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.