regression tests - Mailing list pgsql-hackers

From Terry Mackintosh
Subject regression tests
Date
Msg-id Pine.LNX.3.95.981107202250.16101A-100000@terry1.acun.com
Whole thread Raw
Responses Re: [HACKERS] regression tests  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi all

OK, just built 6.4, a couple of things ... :)

When I did make all runtest for the regression tests, I guess stderr used
to be sent to /dev/null? but now it goes to the screen with *LOTS* of
ERROR this and ERROR that .... but when all was done I looked in the
output file and the only thing that failed was triggers, and a diff of
expected/results follows:

[postgres@laptop /usr/src/pgsql/src/test/regress]$ diff
expected/triggers.out results/triggers.out
53d52
< NOTICE:  check_pkeys_fkey_cascade: 1 tuple(s) of fkeys are deleted
56,57d54
< NOTICE:  check_pkeys_fkey_cascade: 1 tuple(s) of fkeys are deleted
< NOTICE:  check_pkeys_fkey_cascade: 1 tuple(s) of fkeys2 are deleted
59d55
< NOTICE:  check_pkeys_fkey_cascade: 1 tuple(s) of fkeys are deleted
62,63d57
< NOTICE:  check_pkeys_fkey_cascade: 1 tuple(s) of fkeys are deleted
< NOTICE:  check_pkeys_fkey_cascade: 1 tuple(s) of fkeys2 are deleted
[postgres@laptop /usr/src/pgsql/src/test/regress]$

So ... is this OK?

Have a great night, and thanks for the great software.
Terry Mackintosh <terry@terrym.com>          http://www.terrym.com
sysadmin/owner  Please! No MIME encoded or HTML mail, unless needed.

Proudly powered by R H Linux 4.2, Apache 1.3, PHP 3, PostgreSQL 6.3
-------------------------------------------------------------------
Success Is A Choice ... book by Rick Patino, get it, read it!



pgsql-hackers by date:

Previous
From: t-ishii@sra.co.jp (Tatsuo Ishii)
Date:
Subject: distinct + order by
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] distinct + order by