contrib/unaccent regression test failed
Started by Itagaki Takahiroalmost 15 years ago1 messages
I found "make installcheck" for contrib/unaccent in master is failed
on my machine, The regressions.diffs attached.
I'm not sure the reason because BuildFarm machines are all OK,
but we might need some checks in addition to database encoding.
* OS:
Linux 2.6.35.10-74.fc14.x86_64 #1 SMP Thu Dec 23 16:04:50 UTC 2010
x86_64 x86_64 x86_64 GNU/Linux
* PG DB:
Name | Owner | Encoding | Collate | Ctype | Access
privileges
--------------------+----------+----------+---------+-------+-----------------------
contrib_regression | postgres | UTF8 | C | C |
--
Itagaki Takahiro
Attachments:
regression.diffsapplication/octet-stream; name=regression.diffsDownload
*** /home/postgres/git/contrib/unaccent/expected/unaccent.out Tue Feb 15 21:32:52 2011
--- /home/postgres/git/contrib/unaccent/results/unaccent.out Mon Feb 21 10:56:03 2011
***************
*** 14,28 ****
(1 row)
SELECT unaccent('����');
! unaccent
! ----------
! ����
(1 row)
SELECT unaccent('����');
! unaccent
! ----------
! ����
(1 row)
SELECT unaccent('unaccent', 'foobar');
--- 14,28 ----
(1 row)
SELECT unaccent('����');
! unaccent
! ----------------------
! ��������������������
(1 row)
SELECT unaccent('����');
! unaccent
! ---------------------
! �������������������
(1 row)
SELECT unaccent('unaccent', 'foobar');
***************
*** 32,46 ****
(1 row)
SELECT unaccent('unaccent', '����');
! unaccent
! ----------
! ����
(1 row)
SELECT unaccent('unaccent', '����');
! unaccent
! ----------
! ����
(1 row)
SELECT ts_lexize('unaccent', 'foobar');
--- 32,46 ----
(1 row)
SELECT unaccent('unaccent', '����');
! unaccent
! ----------------------
! ��������������������
(1 row)
SELECT unaccent('unaccent', '����');
! unaccent
! ---------------------
! �������������������
(1 row)
SELECT ts_lexize('unaccent', 'foobar');
***************
*** 50,63 ****
(1 row)
SELECT ts_lexize('unaccent', '����');
! ts_lexize
! -----------
! {����}
(1 row)
SELECT ts_lexize('unaccent', '����');
! ts_lexize
! -----------
! {����}
(1 row)
--- 50,63 ----
(1 row)
SELECT ts_lexize('unaccent', '����');
! ts_lexize
! ------------------------
! {��������������������}
(1 row)
SELECT ts_lexize('unaccent', '����');
! ts_lexize
! -----------------------
! {�������������������}
(1 row)
======================================================================