Re: pika buildfarm member failure on isolationCheck tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Rémi Zara <remi_zara(at)mac(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pika buildfarm member failure on isolationCheck tests
Date: 2011-06-18 21:21:40
Message-ID: 4DFD16E4.7090403@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 06/18/2011 11:57 AM, Rémi Zara wrote:
> Hi,
>
> 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 ?
>
>

Change committed. See
<https://github.com/PGBuildFarm/client-code/commit/dd49c04>. It will be
in the next release.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-06-18 22:10:53 Re: Re: [COMMITTERS] pgsql: Don't use "cp -i" in the example WAL archive_command.
Previous Message Florian Pflug 2011-06-18 20:19:10 Re: Range Types and extensions