| From: | Terry Mackintosh <terry(at)terrym(dot)com> |
|---|---|
| To: | PostgreSQL-development <hackers(at)postgreSQL(dot)org> |
| Subject: | regression tests |
| Date: | 1998-11-08 01:30:19 |
| Message-ID: | Pine.LNX.3.95.981107202250.16101A-100000@terry1.acun.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)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(at)laptop /usr/src/pgsql/src/test/regress]$
So ... is this OK?
Have a great night, and thanks for the great software.
Terry Mackintosh <terry(at)terrym(dot)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!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Meskes | 1998-11-08 11:16:40 | Re: [HACKERS] linux libc6 & pgsql 6.4 |
| Previous Message | Tatsuo Ishii | 1998-11-07 23:51:22 | distinct + order by |