CVS regression test failures - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject CVS regression test failures
Date
Msg-id GNELIHDDFBOCMGBFGEFOMEKGCBAA.chriskl@familyhealth.com.au
Whole thread Raw
List pgsql-hackers
This is on a FreeBSD/Alpha machine.  Using latest CVS.

/bin/sh
./pg_regress --temp-install --top-builddir=../../.. --schedule=./parallel_
schedule --multibyte=
============== creating temporary installation        ==============
============== initializing database system           ==============
============== starting postmaster                    ==============
running on port 65432 with pid 30866
============== creating database "regression"         ==============
CREATE DATABASE
============== dropping regression test user accounts ==============
============== installing PL/pgSQL                    ==============
============== running regression test queries        ==============
parallel group (13 tests):  text oid int2 name varchar char float4 int8
boolean fl
oat8 int4 bit numeric
     boolean              ... ok
     char                 ... ok
     name                 ... ok
     varchar              ... ok
     text                 ... ok
     int2                 ... ok
     int4                 ... ok
     int8                 ... ok
     oid                  ... ok
     float4               ... ok
     float8               ... ok
     bit                  ... ok
     numeric              ... ok
test strings              ... ok
test numerology           ... ok
parallel group (20 tests):  comments path lseg box polygon tinterval circle
abstim
e reltime time interval point inet type_sanity timestamp timestamptz timetz
date o
pr_sanity oidjoins
     point                ... ok
     lseg                 ... ok
     box                  ... ok
     path                 ... ok
     polygon              ... ok
     circle               ... ok
     date                 ... ok
     time                 ... ok
     timetz               ... ok
     timestamp            ... ok
     timestamptz          ... ok
     interval             ... ok
     abstime              ... ok
     reltime              ... ok
     tinterval            ... ok
     inet                 ... ok
     comments             ... ok
     oidjoins             ... ok
     type_sanity          ... ok
     opr_sanity           ... ok
test geometry             ... ok
test horology             ... ok
test create_function_1    ... FAILED
test create_type          ... FAILED
test create_table         ... FAILED
test create_function_2    ... FAILED
test copy                 ... FAILED
parallel group (7 tests):  create_misc constraints triggers create_index
inherit c
reate_operator create_aggregate
     constraints          ... FAILED
     triggers             ... FAILED
     create_misc          ... FAILED
     create_aggregate     ... FAILED
     create_operator      ... FAILED
     create_index         ... FAILED
     inherit              ... FAILED
test create_view          ... FAILED
test sanity_check         ... FAILED
test errors               ... FAILED
test select               ... FAILED
parallel group (16 tests):  select_distinct_on select_into random
select_distinct
btree_index aggregates transactions select_having arrays subselect
hash_index port
als select_implicit case union join
     select_into          ... FAILED
     select_distinct      ... FAILED
     select_distinct_on   ... FAILED
     select_implicit      ... ok
     select_having        ... ok
     subselect            ... ok
     union                ... ok
     case                 ... ok
     join                 ... ok
     aggregates           ... FAILED
     transactions         ... FAILED
     random               ... failed (ignored)
     portals              ... FAILED
     arrays               ... ok
     btree_index          ... FAILED
     hash_index           ... FAILED
test privileges           ... ok
test misc                 ... FAILED
parallel group (5 tests):  select_views portals_p2 alter_table rules
foreign_key
     select_views         ... FAILED
     alter_table          ... FAILED
     portals_p2           ... FAILED
     rules                ... FAILED
     foreign_key          ... ok
parallel group (3 tests):  limit temp plpgsql
     limit                ... FAILED
     plpgsql              ... ok
     temp                 ... ok
============== shutting down postmaster               ==============

=====================================================
 31 of 79 tests failed, 1 of these failures ignored.
=====================================================

The differences that caused some tests to fail can be viewed in the
file `./regression.diffs'.  A copy of the test summary that you see
above is saved in the file `./regression.out'.

rm regress.o
gmake[2]: Leaving directory `/home/chriskl/pgsql/src/test/regress'
gmake[1]: Leaving directory `/home/chriskl/pgsql/src/test'

Attachment

pgsql-hackers by date:

Previous
From: "Roque Bonilla"
Date:
Subject: Re: LRU and full table scans
Next
From: Thomas Zehetbauer
Date:
Subject: select max(column) not using index