#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 )
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 , 2 years ago
Component: | Database layer (models, ORM) → contrib.postgres |
---|---|
Description: | modified (diff) |
Resolution: | → duplicate |
Status: | new → closed |
Summary: | Django test failing with psql → contrib.postgres search tests failing |
comment:2 by , 2 years 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.
The details here are sparse, but I'm guessing this is a duplicate of #29084.