Rule Regression Test Failure on FreeBSD/Alpha

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Rule Regression Test Failure on FreeBSD/Alpha
Date: 2002-07-02 04:32:40
Message-ID: GNELIHDDFBOCMGBFGEFOAEOFCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

OK,

On HEAD, I am still seeing the attached failures. They didn't happen
before, but appeared in the last couple of months. All other tests pass.

It seems to just be a tuple ordering issue - I really don't know what caused
it? If necessary, I can just modify the expected result, but I haven't seen
anyone else with this issue - maybe there's more to it.

For the impatient:

*** ./expected/rules.out Fri May 3 08:32:19 2002
--- ./results/rules.out Tue Jul 2 12:25:57 2002
***************
*** 1005,1012 ****
SELECT * FROM shoe_ready WHERE total_avail >= 2;
shoename | sh_avail | sl_name | sl_avail | total_avail
------------+----------+------------+----------+-------------
- sh1 | 2 | sl1 | 5 | 2
sh3 | 4 | sl7 | 7 | 4
(2 rows)

CREATE TABLE shoelace_log (
--- 1005,1012 ----
SELECT * FROM shoe_ready WHERE total_avail >= 2;
shoename | sh_avail | sl_name | sl_avail | total_avail
------------+----------+------------+----------+-------------
sh3 | 4 | sl7 | 7 | 4
+ sh1 | 2 | sl1 | 5 | 2
(2 rows)

CREATE TABLE shoelace_log (

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

Chris

Attachment Content-Type Size
regression.diffs application/octet-stream 932 bytes
regression.out application/octet-stream 3.4 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-07-02 05:03:23 regress/results directory problem
Previous Message Nicolas Bazin 2002-07-02 03:19:33 Re: (A) native Windows port