Changes between Initial Version and Version 1 of Ticket #34196
- Timestamp:
- Dec 2, 2022, 8:28:56 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34196
- Property Component Database layer (models, ORM) → contrib.postgres
- Property Resolution → duplicate
- Property Status new → closed
- Property Summary Django test failing with psql → contrib.postgres search tests failing
-
Ticket #34196 – Description
initial v1 1 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.1 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.