pgsql: Add alternative output for ON CONFLICT toast isolation test.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add alternative output for ON CONFLICT toast isolation test.
Date: 2016-08-19 00:35:51
Message-ID: E1baXmp-0007Pw-Eo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add alternative output for ON CONFLICT toast isolation test.

On some buildfarm animals the isolationtest added in 07ef0351 failed, as
the order in which processes are run after unlocking is not
guaranteed. Add an alternative output for that.

Discussion: <7969(dot)1471484738(at)sss(dot)pgh(dot)pa(dot)us>
Backpatch: 9.6, like the test in the aforementioned commit

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9595383bc6fc24d25970374e2eddd5ce6f977f9e

Modified Files
--------------
src/test/isolation/expected/insert-conflict-toast_1.out | 15 +++++++++++++++
1 file changed, 15 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-08-19 00:35:52 pgsql: Add alternative output for ON CONFLICT toast isolation test.
Previous Message Peter Eisentraut 2016-08-18 22:10:30 pgsql: Remove obsolete replacement system() on darwin