1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/main/postgresql14/disable-test-collate.icu.utf8.patch
Jakub Jirutka 3e1445c35d main/postgresql: rename aport to postgresql14
This is the first step to provide and allow installing multiple
major versions of PostgreSQL in parallel.

See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27275
2021-11-12 01:41:22 +01:00

20 lines
1 KiB
Diff

Regression test collate.icu.utf8 fails with the following error:
ERROR: collations with different collate and ctype values are not supported by ICU
CONTEXT: SQL statement "CREATE COLLATION test1 (provider = icu, lc_collate = 'C', lc_ctype = 'C.UTF-8');"
PL/pgSQL function inline_code_block line 3 at EXECUTE
I don't know how to fix nor what's the cause. Unsetting LC_COLLATE (it's set
to `C` by /etc/profile.d/locale.sh) or setting it to `C.UTF-8` didn't help.
--- a/src/test/regress/parallel_schedule
+++ b/src/test/regress/parallel_schedule
@@ -86,7 +86,7 @@
# ----------
# Another group of parallel tests
# ----------
-test: create_table_like alter_generic alter_operator misc async dbsize misc_functions sysviews tsrf tid tidscan tidrangescan collate.icu.utf8 incremental_sort
+test: create_table_like alter_generic alter_operator misc async dbsize misc_functions sysviews tsrf tid tidscan tidrangescan incremental_sort
# rules cannot run concurrently with any test that creates
# a view or rule in the public schema