test/isolation/expected/stats_1.out broken for me - Mailing list pgsql-hackers

From chap@anastigmatix.net
Subject test/isolation/expected/stats_1.out broken for me
Date
Msg-id f2555892e6d4edcd16dc5776e8673674@anastigmatix.net
Whole thread Raw
Responses Re: test/isolation/expected/stats_1.out broken for me  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Running installcheck-world on an unrelated patch, I noticed a failure
here in test/isolation/expected/stats_1.out (this is line 3102):

step s1_slru_check_stats:
         SELECT current.blks_zeroed > before.value
   FROM test_slru_stats before
   INNER JOIN pg_stat_slru current
   ON before.slru = current.name
   WHERE before.stat = 'blks_zeroed';

?column?
--------
t
(1 row)

This is built from bab588c. On my amd64/linux box the result is f.

The same mismatch is present if I build from 6392f2a (i.e., just before
a2f433f pgstat: add alternate output for stats.spec), along with
a bunch of others. So a2f433f seems to have silenced all the rest
of those, but not this one.

If I build from ad40166, installcheck-world passes. That's as far
as I have pursued it.

Regards,
-Chap



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.]
Next
From: Mark Wong
Date:
Subject: Re: trigger example for plsample