Re: Final call for platform testing - Mailing list pgsql-hackers

From Dominic J. Eidson
Subject Re: Final call for platform testing
Date
Msg-id Pine.LNX.4.21.0104031051220.24675-100000@morannon.the-infinite.org
Whole thread Raw
In response to Final call for platform testing  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Responses Re: Final call for platform testing  (bpalmer <bpalmer@crimelabs.net>)
List pgsql-hackers
On Tue, 3 Apr 2001, Thomas Lockhart wrote:

[Snip]

> Linux 2.0.x MIPS   7.1 2001-03-30, Dominic Eidson

I just ran the "make check" (paralell regression tests) - instead of the
"make installcheck" that I'd run previously...

[nobody@web-cache regress]$ grep 'FAILED' regression.out
test geometry             ... FAILED
test horology             ... FAILED

The relevant diff for horology seem to be:

[nobody@web-cache regress]$ diff -c ./expected/horology.out ./results/horology.out 
*** ./expected/horology.out     Sun Dec  3 08:51:11 2000
--- ./results/horology.out      Tue Apr  3 11:38:27 2001
***************
*** 122,128 **** SELECT time with time zone '01:30' + interval '02:01' AS "03:31:00-08";  03:31:00-08  -------------
!  03:31:00-08 (1 row)  SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
--- 122,128 ---- SELECT time with time zone '01:30' + interval '02:01' AS "03:31:00-08";  03:31:00-08  -------------
!  03:31:00-07 (1 row)  SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
***************
*** 140,146 **** SELECT time with time zone '03:30' + interval '1 month 04:01' AS "07:31:00-08";  07:31:00-08
-------------
!  07:31:00-08 (1 row)  SELECT interval '04:30' - time with time zone '01:02' AS "+03:28";
--- 140,146 ---- SELECT time with time zone '03:30' + interval '1 month 04:01' AS "07:31:00-08";  07:31:00-08
-------------
!  07:31:00-07 (1 row)  SELECT interval '04:30' - time with time zone '01:02' AS "+03:28";

Seems there's a couple of off-by-one errors on this platform (according to
Marc, the same was the case for the geometry stuff...)


-- 
Dominic J. Eidson                                       "Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/              http://www.the-infinite.org/~dominic/



pgsql-hackers by date:

Previous
From: Adriaan Joubert
Date:
Subject: ecpg long int problem on alpha + fix
Next
From: bpalmer
Date:
Subject: Re: Final call for platform testing