Transient failure of rowsecurity regression test

Lists: pgsql-hackers
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Transient failure of rowsecurity regression test
Date: 2014-11-21 21:26:41
Message-ID: 4946.1416605201@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

According to
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2014-11-21%2019%3A59%3A50
the order of cascaded drops at one point in the rowsecurity test is not
too stable. This is not terribly surprising since it would depend on
physical row order in pg_depend. I think the easiest fix would be to
adjust the client_min_messages setting so that those messages don't appear
at all.

regards, tom lane


From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Transient failure of rowsecurity regression test
Date: 2014-11-21 22:21:42
Message-ID: 20141121222141.GL28859@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> According to
> http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2014-11-21%2019%3A59%3A50
> the order of cascaded drops at one point in the rowsecurity test is not
> too stable. This is not terribly surprising since it would depend on
> physical row order in pg_depend. I think the easiest fix would be to
> adjust the client_min_messages setting so that those messages don't appear
> at all.

Ok, will do.

Thanks!

Stephen


From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Transient failure of rowsecurity regression test
Date: 2014-11-25 15:10:24
Message-ID: 20141125151024.GK28859@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

* Stephen Frost (sfrost(at)snowman(dot)net) wrote:
> * Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> > According to
> > http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2014-11-21%2019%3A59%3A50
> > the order of cascaded drops at one point in the rowsecurity test is not
> > too stable. This is not terribly surprising since it would depend on
> > physical row order in pg_depend. I think the easiest fix would be to
> > adjust the client_min_messages setting so that those messages don't appear
> > at all.
>
> Ok, will do.

Done.

Thanks!

Stephen