| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Pailloncy Jean-Gerard <jg(at)rilk(dot)com> |
| Cc: | pgsql-bugs(at)postgreSQL(dot)org |
| Subject: | Re: 8rc5 on OpenBSD |
| Date: | 2005-01-12 18:19:07 |
| Message-ID: | 29855.1105553947@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Pailloncy Jean-Gerard <jg(at)rilk(dot)com> writes:
> =======================
> 8 of 96 tests failed.
> =======================
The failures all seem to be due to individual tests not getting run:
> ! psql: could not fork new process for connection: Resource temporarily unavailable
> ! psql: could not fork new process for connection: Resource temporarily unavailable
> ! psql: could not fork new process for connection: Resource temporarily unavailable
> ! psql: could not fork new process for connection: Resource temporarily unavailable
> ! psql: could not send startup packet: Broken pipe
> ! psql: could not send startup packet: Broken pipe
(the other two failures are because tables these tests should have
created didn't get created)
The fork failures are easy enough to explain: you have the per-user
process limit set too low. I suspect the "broken pipe" failures
have the same root cause, but they do seem a bit odd.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christoph Becker | 2005-01-12 18:59:06 | rc5: initdb freeze with "selecting default max_connections ..." |
| Previous Message | Tom Lane | 2005-01-12 16:40:52 | Re: 8rc5 on OpenBSD |