Re: Final call for platform testing

From: "Dominic J(dot) Eidson" <sauron(at)the-infinite(dot)org>
To: lockhart(at)fourpalms(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Final call for platform testing
Date: 2001-04-03 15:56:30
Message-ID: Pine.LNX.4.21.0104031051220.24675-100000@morannon.the-infinite.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)web-cache regress]$ grep 'FAILED' regression.out
test geometry ... FAILED
test horology ... FAILED

The relevant diff for horology seem to be:

[nobody(at)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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message bpalmer 2001-04-03 16:15:29 Re: Final call for platform testing
Previous Message Adriaan Joubert 2001-04-03 15:32:25 ecpg long int problem on alpha + fix