From: | "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Current CVS parallel test lock |
Date: | 2005-03-09 07:09:10 |
Message-ID: | d0m7n5$2ge5$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
> 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 potential
deadloop in
while (unlink(path))
{
...
}
However, if we wait long enough( I waited for 20 mins or so), the system
finally go on. I guess that's because of the hot-long-discussed "win32's
inability of removing file-in-use" problem(though FILE_SHARE_DELETE flag is
added). Shall we add a time-limit or something to handle this situation?
>
> parallel group (14 tests): limit prepare sequence copy2 truncate
> rowtypes polymorphism temp domain conversion rangefuncs without_oid
> alter_table
>
> Chris
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-03-09 07:11:56 | Re: Current CVS parallel test lock |
Previous Message | Christopher Kings-Lynne | 2005-03-09 06:58:13 | Current CVS parallel test lock |