Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes:
> sponge failed the XML regression test once today:
> http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=sponge&dt=2007-02-14%2007:30:02
> If i read that correctly we could just add a simple "ORDER BY
> table_name" to that query to get a more rel
sponge failed the XML regression test once today:
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=sponge&dt=2007-02-14%2007:30:02
If i read that correctly we could just add a simple "ORDER BY
table_name" to that query to get a more reliable result.
Stefan
---(end
On Sun, 2007-01-21 at 08:36 +0100, Peter Eisentraut wrote:
> Tom Lane wrote:
> > Peter Eisentraut <[EMAIL PROTECTED]> writes:
> > > Neil Conway wrote:
> > >> The regression.diffs are attached. Note that this reproduces
> > >> consistently, but only occurs if I use the "runtest" Makefile
> > >> targ
Tom Lane wrote:
> Peter Eisentraut <[EMAIL PROTECTED]> writes:
> > Neil Conway wrote:
> >> The regression.diffs are attached. Note that this reproduces
> >> consistently, but only occurs if I use the "runtest" Makefile
> >> target (i.e. run the regression tests in serial mode); "make
> >> check" wo
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Neil Conway wrote:
>> The regression.diffs are attached. Note that this reproduces
>> consistently, but only occurs if I use the "runtest" Makefile target
>> (i.e. run the regression tests in serial mode); "make check" works
>> fine, for example.
> Yo
Neil Conway wrote:
> The regression.diffs are attached. Note that this reproduces
> consistently, but only occurs if I use the "runtest" Makefile target
> (i.e. run the regression tests in serial mode); "make check" works
> fine, for example.
You need to re-initdb.
--
Peter Eisentraut
http://deve
$ make -C src/test/regress runtest
[ ... ]
test xml ... FAILED
test stats... ok
test tablespace ... ok
1 of 105 tests failed.
The regression.diffs are attached. Note that this reproduces
consistently, b