Re: Win32 regression tests - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: Win32 regression tests
Date
Msg-id 25456.1075953048@sss.pgh.pa.us
Whole thread Raw
In response to Win32 regression tests  (Claudio Natoli <claudio.natoli@memetrics.com>)
Responses Re: Win32 regression tests
List pgsql-hackers-win32
Claudio Natoli <claudio.natoli@memetrics.com> writes:
> However, a number of tests fail purely because, for some reason, ERROR
> messages seem to get printed out at the end of the test, instead of where
> expected, and sometimes with an extra blank line. I've included a few
> examples below.

> Anyway care to hazard a guess as to what the cause could be, and how to
> correct?

Lack of fflush(stderr) maybe?  On Unix systems stderr is line-buffered
and so it's seldom necessary to fflush it, but perhaps Windows gets this
wrong (yawn...).

            regards, tom lane

pgsql-hackers-win32 by date:

Previous
From: Claudio Natoli
Date:
Subject: Win32 regression tests
Next
From: Andrew Dunstan
Date:
Subject: Re: Win32 regression tests