Lists: | pgsql-cygwinpgsql-hackers |
---|
From: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "'Jason Tishler'" <jason(at)tishler(dot)net> |
Cc: | "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>, "'pgsql-cygwin(at)postgresql(dot)org'" <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: Platform Testing - Cygwin |
Date: | 2001-12-13 13:30:05 |
Message-ID: | FED2B709E3270E4B903EB0175A49BCB1047364@dogbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-cygwin pgsql-hackers |
> -----Original Message-----
> From: Jason Tishler [mailto:jason(at)tishler(dot)net]
> Sent: 13 December 2001 12:33
> To: Dave Page
> Cc: 'pgsql-hackers(at)postgresql(dot)org'; 'pgsql-cygwin(at)postgresql(dot)org'
> Subject: Re: [CYGWIN] Platform Testing - Cygwin
>
>
> Dave,
>
> On Wed, Dec 12, 2001 at 10:18:57PM -0000, Dave Page wrote:
> > Parallel regression tests appear to fail almost randomly.
> The best I
> > got so far was 3 failures (out of 79 tests), the worst was
> about 15.
> > In particular the horology & misc tests always seems to
> fail, whilst
> > the others vary. With the exception of the misc test, all failures
> > appear to be due to failed connections eg:
> >
> > --- 1,3 ----
> > ! psql: could not connect to server: Connection refused
> > ! Is the server running on host localhost and accepting
> > ! TCP/IP connections on port 65432?
>
> The above is a known MS Winsock limitation and is documented
> in FAQ_MSWIN:
>
> 2. make check can generate spurious regression test
> failures due to
> overflowing the listen() backlog queue which causes connection
> refused errors.
>
> > System: Windows XP Professional, PIII 850MHz, 512Mb RAM, 32Gb disk
> ^^^^^^^^^^^^
>
> Your system has a backlog limit of 5. Although a little
> dated, see the following for details:
>
> http://support.microsoft.com/support/kb/articles/Q127/1/44.asp
>
> Jason
Aww nuts. I should have thought of that. I'll try again on a Win2K server.
Slap on the wrist for not checking the docs - in my defence I'm recovering
from a rather nasty cold, and I am following on from someone else's reported
problem!
Thanks Jason,
Dave.
From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>, "'pgsql-cygwin(at)postgresql(dot)org'" <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: Platform Testing - Cygwin |
Date: | 2001-12-13 14:05:28 |
Message-ID: | 20011213090528.A2100@dothill.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-cygwin pgsql-hackers |
Dave,
On Thu, Dec 13, 2001 at 01:30:05PM -0000, Dave Page wrote:
> Slap on the wrist for not checking the docs - in my defence I'm recovering
> from a rather nasty cold, and I am following on from someone else's reported
> problem!
No slap is necessary. I'm sorry that my terse response did not indicate
my appreciation for taking the time to help out.
Thanks,
Jason
From: | Thomas Lockhart <lockhart(at)fourpalms(dot)org> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, "'Jason Tishler'" <jason(at)tishler(dot)net> |
Cc: | "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>, "'pgsql-cygwin(at)postgresql(dot)org'" <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Platform Testing - Cygwin |
Date: | 2001-12-13 15:08:57 |
Message-ID: | 3C18C489.CC1266D3@fourpalms.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-cygwin pgsql-hackers |
...
> > The above is a known MS Winsock limitation and is documented
> > in FAQ_MSWIN:
...
> Aww nuts. I should have thought of that. I'll try again on a Win2K server.
Jason and Dave, would y'all consider this a tested and supported
platform then? I'd like to correctly represent this in the ports list in
the docs for this release, but don't recall having seen a report such as
"Win+Cygwin work as well as they ever have"...
- Thomas
From: | Jason Tishler <jason(at)tishler(dot)net> |
---|---|
To: | Thomas Lockhart <lockhart(at)fourpalms(dot)org> |
Cc: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>, "'pgsql-cygwin(at)postgresql(dot)org'" <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Platform Testing - Cygwin |
Date: | 2001-12-13 15:52:14 |
Message-ID: | 20011213105214.B2100@dothill.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-cygwin pgsql-hackers |
Thomas,
I have not done any 7.2 testing myself, but Dave reports the following:
On Wed, Dec 12, 2001 at 10:18:57PM -0000, Dave Page wrote:
> System: Windows XP Professional, PIII 850MHz, 512Mb RAM, 32Gb disk
> uname -a: CYGWIN_NT-5.1 PC20 1.3.3(0.46/3/2) 2001-09-12 23:54 i686 unknown
>
> Sequential regression tests pass repeatedly.
and:
On Thu, Dec 13, 2001 at 02:21:08PM -0000, Dave Page wrote:
> 7.2b4 passes *all* tests both parallel and sequential on Windows 2000
> Server.
>
> On XP Pro, and by the sounds of it, any other non-server releases of
> Windows, parallel tests will fail randomly due to Winsock backlog limit of 5
> on these systems (as pointed out by Jason Tishler and documented in
> FAQ_MSWIN).
On Thu, Dec 13, 2001 at 03:08:57PM +0000, Thomas Lockhart wrote:
> Jason and Dave, would y'all consider this a tested and supported
> platform then? I'd like to correctly represent this in the ports list in
> the docs for this release, but don't recall having seen a report such as
> "Win+Cygwin work as well as they ever have"...
Since I trust Dave, I feel that the above is an accurate characterization
of the situation.
Jason
From: | Thomas Lockhart <lockhart(at)fourpalms(dot)org> |
---|---|
To: | Jason Tishler <jason(at)tishler(dot)net> |
Cc: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>, "'pgsql-cygwin(at)postgresql(dot)org'" <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Platform Testing - Cygwin |
Date: | 2001-12-13 16:05:45 |
Message-ID: | 3C18D1D9.5581BDD2@fourpalms.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-cygwin Postg토토 사이트SQL |
Got it. Thanks.
- Thomas