#34196 closed Bug (duplicate)
contrib.postgres search tests failing — at Version 1
| 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 (1)
comment:1 by , 3 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 |
Note:
See TracTickets
for help on using tickets.
The details here are sparse, but I'm guessing this is a duplicate of #29084.