Re: [COMMITTERS] pgsql: Add regression tests for multiple synchronous standbys.

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Fujii Masao <fujii(at)postgresql(dot)org>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Add regression tests for multiple synchronous standbys.
Date: 2016-04-13 07:54:04
Message-ID: CAB7nPqQ7cnYVpqQ-F9MQrS3YJ1bzQG_3DhBETiF9fRueTZYW9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Apr 8, 2016 at 4:49 PM, Fujii Masao <fujii(at)postgresql(dot)org> wrote:
> Add regression tests for multiple synchronous standbys.
>
> Authors: Suraj Kharage, Michael Paquier, Masahiko Sawada, refactored by me
> Reviewed-By: Kyotaro Horiguchi

Well, we are not quite there yet:
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hamster&dt=2016-04-12%2016%3A00%3A06

# Running: pg_ctl -D
/home/buildfarm/data/buildroot/HEAD/pgsql.build/src/test/recovery/tmp_check/data_master_Qmuz/pgdata
reload
server signaled
not ok 2 - asterisk in synchronous_standby_names

# Failed test 'asterisk in synchronous_standby_names'
# at t/007_sync_rep.pl line 26.
# got: 'standby1|1|sync
# standby2|1|potential
# standby3|0|async'
# expected: 'standby1|1|sync
# standby2|1|potential
# standby3|1|potential'

I am adding an open item for now, I guess that's on my plate, as
co-authorm and one who has the environment to trigger that (didn't see
it 10 times in a row in my tests though).
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-04-13 11:56:55 pgsql: Use PG_INT32_MIN instead of reiterating the constant.
Previous Message Andres Freund 2016-04-13 03:05:30 Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2016-04-13 08:02:22 Incomplete startup packet errors
Previous Message Michael Paquier 2016-04-13 07:49:36 Missing PG_INT32_MIN in numutils.c