Opened 17 months ago

Closed 17 months ago

Last modified 17 months ago

#34196 closed Bug (duplicate)

contrib.postgres search tests failing

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 (last modified by Tim Graham)

The test_search in django/tests/postgres_tests/test_search.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 (2)

comment:1 by Tim Graham, 17 months ago

Component: Database layer (models, ORM)contrib.postgres
Description: modified (diff)
Resolution: duplicate
Status: newclosed
Summary: Django test failing with psqlcontrib.postgres search tests failing

The details here are sparse, but I'm guessing this is a duplicate of #29084.

comment:2 by Pablo Nicolas Estevez, 17 months ago

sorry, I don't see that ticket, and couldn't find why in my computer the test failed. I'm working in improve the test of django database backends, so I will assign myself to #29084

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