diff options
| author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-27 09:58:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-27 13:58:12 +0000 |
| commit | 67583281e3f8ea923eedbc56a4c85c7ba75d1582 (patch) | |
| tree | 88d11b6c4b3dab2a57c804013ec64d33f6a3ae76 /tests | |
| parent | Add workers settings to configuration manual (#14086) (diff) | |
| download | synapse-67583281e3f8ea923eedbc56a4c85c7ba75d1582.tar.xz | |
Fix tests for change in PostgreSQL 14 behavior change. (#14310)
PostgreSQL 14 changed the behavior of `websearch_to_tsquery` to improve some behaviour. The tests were hitting those edge-cases about handling of hanging double quotes. This fixes the tests to take into account the PostgreSQL version.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/storage/test_room_search.py | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tests/storage/test_room_search.py b/tests/storage/test_room_search.py |
