Opened 22 months ago

Last modified 22 months ago

#34196 closed Bug

Django test failing with psql — at Initial Version

Reported by: Pablo Nicolas Estevez Owned by: nobody
Component: contrib.postgres Version: 4.1
Severity: Normal Keywords: postgres
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top