Re: pika buildfarm member failure on isolationCheck tests

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Rémi Zara <remi_zara(at)mac(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pika buildfarm member failure on isolationCheck tests
Date: 2011-06-20 01:10:02
Message-ID: BANLkTik29uvHyPyHTVA5LNo2p7WUsRH__w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jun 18, 2011 at 11:57 AM, Rémi Zara <remi_zara(at)mac(dot)com> wrote:
> Pika failed at the isolationCheck phase, hitting an assertion:
>
> TRAP: FailedAssertion("!(!((oldSerXidControl->tailXid) != ((TransactionId) 0)) || TransactionIdFollows(xid, oldSerXidControl->tailXid))", File: "predicate.c", Line: 991)
>
> see http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=pika&dt=2011-06-17%2015%3A45%3A30
>
> It seems that for this stage, the server log (which contains the failed assertion) is not sent back to the buildfarm server. Maybe that should be fixed ?

Is this an open item for 9.1beta3?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2011-06-20 01:16:06 Re: Boolean operators without commutators vs. ALL/ANY
Previous Message Robert Haas 2011-06-20 01:08:34 Re: Libpq enhancement