Re: [HACKERS] Current CVS parallel test lock

2005-03-09 Thread Christopher Kings-Lynne
Do you have a way to revert to the old installation to check whether the checks fail again? It might be useful to track down exactly what happened. It seems wrong that a currently-installed version should have adverse effects on a just-built version's regression tests. No :)

Re: [HACKERS] Current CVS parallel test lock

2005-03-09 Thread Michael Fuhr
On Wed, Mar 09, 2005 at 03:43:38PM +0800, Christopher Kings-Lynne wrote: Hrm, I just did a gmake install; gmake installcheck - that worked fine. Then I did gmake check again and now that works fine... It must have been picking up something from my previously installed pgsql. Do you have a

Re: [HACKERS] Current CVS parallel test lock

2005-03-09 Thread Tom Lane
Michael Fuhr [EMAIL PROTECTED] writes: Do you have a way to revert to the old installation to check whether the checks fail again? It might be useful to track down exactly what happened. It seems wrong that a currently-installed version should have adverse effects on a just-built version's

Re: [HACKERS] Current CVS parallel test lock

2005-03-09 Thread Christopher Kings-Lynne
Do you have a way to revert to the old installation to check whether the checks fail again? It might be useful to track down exactly what happened. It seems wrong that a currently-installed version should have adverse effects on a just-built version's regression tests. We've seen that happen

[HACKERS] Current CVS parallel test lock

2005-03-08 Thread Christopher Kings-Lynne
Running latest cvs on freebsd gives me errors in test strings and test errors, and completely hangs at this point: parallel group (14 tests): limit prepare sequence copy2 truncate rowtypes polymorphism temp domain conversion rangefuncs without_oid alter_table Chris parallel group (13 tests):

Re: [HACKERS] Current CVS parallel test lock

2005-03-08 Thread Tom Lane
Christopher Kings-Lynne [EMAIL PROTECTED] writes: Running latest cvs on freebsd gives me errors in test strings and test errors, and completely hangs at this point: Time for a clean rebuild? I've not seen any failures, neither has the build farm ... regards, tom lane

Re: [HACKERS] Current CVS parallel test lock

2005-03-08 Thread Qingqing Zhou
Christopher Kings-Lynne [EMAIL PROTECTED] Running latest cvs on freebsd gives me errors in test strings and test errors, and completely hangs at this point: I got a similar problem and system hangs randomly(esp. in test strings) in win32-mingw. The problem I found is in pgunlink(). There is a

Re: [HACKERS] Current CVS parallel test lock

2005-03-08 Thread Christopher Kings-Lynne
Time for a clean rebuild? I've not seen any failures, neither has the build farm ... cvs up gmake clean ./configure --prefix=/home/chriskl/local --enable-depend --enable-debug --enable-cassert --with-perl --with-pam --with-openssl gmake check Still hangs. Gets new failure in create function

Re: [HACKERS] Current CVS parallel test lock

2005-03-08 Thread Michael Fuhr
On Wed, Mar 09, 2005 at 03:24:20PM +0800, Christopher Kings-Lynne wrote: gmake clean Have you tried gmake distclean? I just built the latest HEAD on FreeBSD 4.11-STABLE and all tests passed. Configure options were: ./configure --prefix=/usr/local/pgsql81 \ --with-pgport=5481 \

Re: [HACKERS] Current CVS parallel test lock

2005-03-08 Thread Christopher Kings-Lynne
Have you tried gmake distclean? I just built the latest HEAD on FreeBSD 4.11-STABLE and all tests passed. Configure options were: Hrm, I just did a gmake install; gmake installcheck - that worked fine. Then I did gmake check again and now that works fine... It must have been picking up