failed regress test

Started by Pavel Stehuleabout 14 years ago6 messages
#1Pavel Stehule
pavel.stehule@gmail.com
1 attachment(s)

Hello

I checked yesterday HEAD and there is problem with create_index test

Regards

Pavel

Attachments:

regression.diffsapplication/octet-stream; name=regression.diffsDownload
*** /home/pavel/src/postgresql/src/test/regress/expected/create_index.out	2011-12-27 15:44:37.182133008 +0100
--- /home/pavel/src/postgresql/src/test/regress/results/create_index.out	2011-12-29 13:24:06.335065038 +0100
***************
*** 290,296 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t <    'Aztec                         Ct  ';
   count 
  -------
!   1705
  (1 row)
  
  SELECT count(*) FROM suffix_text_tbl WHERE t ~<~  'Aztec                         Ct  ';
--- 290,296 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t <    'Aztec                         Ct  ';
   count 
  -------
!    272
  (1 row)
  
  SELECT count(*) FROM suffix_text_tbl WHERE t ~<~  'Aztec                         Ct  ';
***************
*** 302,308 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t <=   'Aztec                         Ct  ';
   count 
  -------
!   1706
  (1 row)
  
  SELECT count(*) FROM suffix_text_tbl WHERE t ~<=~ 'Aztec                         Ct  ';
--- 302,308 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t <=   'Aztec                         Ct  ';
   count 
  -------
!    273
  (1 row)
  
  SELECT count(*) FROM suffix_text_tbl WHERE t ~<=~ 'Aztec                         Ct  ';
***************
*** 326,332 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t >=   'Worth                         St  ';
   count 
  -------
!     50
  (1 row)
  
  SELECT count(*) FROM suffix_text_tbl WHERE t ~>=~ 'Worth                         St  ';
--- 326,332 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t >=   'Worth                         St  ';
   count 
  -------
!   1483
  (1 row)
  
  SELECT count(*) FROM suffix_text_tbl WHERE t ~>=~ 'Worth                         St  ';
***************
*** 338,344 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t >    'Worth                         St  ';
   count 
  -------
!     48
  (1 row)
  
  SELECT count(*) FROM suffix_text_tbl WHERE t ~>~  'Worth                         St  ';
--- 338,344 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t >    'Worth                         St  ';
   count 
  -------
!   1481
  (1 row)
  
  SELECT count(*) FROM suffix_text_tbl WHERE t ~>~  'Worth                         St  ';
***************
*** 945,951 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t <    'Aztec                         Ct  ';
   count 
  -------
!   1705
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 945,951 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t <    'Aztec                         Ct  ';
   count 
  -------
!    272
  (1 row)
  
  EXPLAIN (COSTS OFF)
***************
*** 975,981 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t <=   'Aztec                         Ct  ';
   count 
  -------
!   1706
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 975,981 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t <=   'Aztec                         Ct  ';
   count 
  -------
!    273
  (1 row)
  
  EXPLAIN (COSTS OFF)
***************
*** 1035,1041 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t >=   'Worth                         St  ';
   count 
  -------
!     50
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 1035,1041 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t >=   'Worth                         St  ';
   count 
  -------
!   1483
  (1 row)
  
  EXPLAIN (COSTS OFF)
***************
*** 1065,1071 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t >    'Worth                         St  ';
   count 
  -------
!     48
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 1065,1071 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t >    'Worth                         St  ';
   count 
  -------
!   1481
  (1 row)
  
  EXPLAIN (COSTS OFF)
***************
*** 1411,1417 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t <    'Aztec                         Ct  ';
   count 
  -------
!   1705
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 1411,1417 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t <    'Aztec                         Ct  ';
   count 
  -------
!    272
  (1 row)
  
  EXPLAIN (COSTS OFF)
***************
*** 1445,1451 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t <=   'Aztec                         Ct  ';
   count 
  -------
!   1706
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 1445,1451 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t <=   'Aztec                         Ct  ';
   count 
  -------
!    273
  (1 row)
  
  EXPLAIN (COSTS OFF)
***************
*** 1513,1519 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t >=   'Worth                         St  ';
   count 
  -------
!     50
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 1513,1519 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t >=   'Worth                         St  ';
   count 
  -------
!   1483
  (1 row)
  
  EXPLAIN (COSTS OFF)
***************
*** 1547,1553 ****
  SELECT count(*) FROM suffix_text_tbl WHERE t >    'Worth                         St  ';
   count 
  -------
!     48
  (1 row)
  
  EXPLAIN (COSTS OFF)
--- 1547,1553 ----
  SELECT count(*) FROM suffix_text_tbl WHERE t >    'Worth                         St  ';
   count 
  -------
!   1481
  (1 row)
  
  EXPLAIN (COSTS OFF)

======================================================================

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Pavel Stehule (#1)
Re: failed regress test

Pavel Stehule <pavel.stehule@gmail.com> writes:

I checked yesterday HEAD and there is problem with create_index test

What locale are you using?

regards, tom lane

#3Pavel Stehule
pavel.stehule@gmail.com
In reply to: Tom Lane (#2)
Re: failed regress test

Hello

LANG=cs_CZ.utf8

Regards

Pavel

2011/12/29 Tom Lane <tgl@sss.pgh.pa.us>:

Show quoted text

Pavel Stehule <pavel.stehule@gmail.com> writes:

I checked yesterday HEAD and there is problem with create_index test

What locale are you using?

                       regards, tom lane

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Pavel Stehule (#3)
Re: failed regress test

Pavel Stehule <pavel.stehule@gmail.com> writes:

2011/12/29 Tom Lane <tgl@sss.pgh.pa.us>:

What locale are you using?

LANG=cs_CZ.utf8

Fixed, thanks. (It'd be nice if there were a buildfarm member checking
that locale, since it causes problems on a regular basis.)

regards, tom lane

#5Pavel Stehule
pavel.stehule@gmail.com
In reply to: Tom Lane (#4)
Re: failed regress test

2011/12/29 Tom Lane <tgl@sss.pgh.pa.us>:

Pavel Stehule <pavel.stehule@gmail.com> writes:

2011/12/29 Tom Lane <tgl@sss.pgh.pa.us>:

What locale are you using?

LANG=cs_CZ.utf8

Fixed, thanks.  (It'd be nice if there were a buildfarm member checking
that locale, since it causes problems on a regular basis.)

Thank you

I hope so we will have a server for buildfarm that we can use for
check with some specific locales. We have to sign some papers only.

Regards

Pavel

Show quoted text

                       regards, tom lane

#6Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#4)
Re: failed regress test

On 12/29/2011 05:06 PM, Tom Lane wrote:

Pavel Stehule<pavel.stehule@gmail.com> writes:

2011/12/29 Tom Lane<tgl@sss.pgh.pa.us>:

What locale are you using?

LANG=cs_CZ.utf8

Fixed, thanks. (It'd be nice if there were a buildfarm member checking
that locale, since it causes problems on a regular basis.)

I have added it to the duty roster for nightjar. You don't need a
separate buildfarm member, a single member can check multiple locales.

cheers

andrew

Show quoted text