pgsql: Revert "Still further tweaking of deadlock isolation tests."

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "Still further tweaking of deadlock isolation tests."
Date: 2016-02-12 22:12:30
Message-ID: E1aULx0-0002uo-6S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Still further tweaking of deadlock isolation tests."

This reverts commit d03130d378b5fb071d231a7822784ad87268583a.
That was dependent on an isolationtester.c change that now proves
to be broken; we will need to find another solution.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3992188c2a8702bcb92140a840b5378b27468921

Modified Files
--------------
src/test/isolation/expected/deadlock-hard.out | 9 +++------
src/test/isolation/specs/deadlock-hard.spec | 6 ++----
2 files changed, 5 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-12 22:22:49 pgsql: Increase deadlock_timeout some more in the deadlock-hard isolati
Previous Message Tom Lane 2016-02-12 21:59:14 Re: Re: [COMMITTERS] pgsql: Add some isolation tests for deadlock detection and resolution.