From bbd38af3a879604db2b455cbb2b4ec93275249fa Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 27 Sep 2011 16:08:31 -0300 Subject: Remove dependency on error ordering in isolation tests We now report errors reported by the just-unblocked and unblocking transactions identically; this should fix relatively common buildfarm failures reported by animals that are failing the "wrong" session. --- src/test/isolation/isolationtester.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/isolation/isolationtester.h') diff --git a/src/test/isolation/isolationtester.h b/src/test/isolation/isolationtester.h index 377c10c393..1e286df596 100644 --- a/src/test/isolation/isolationtester.h +++ b/src/test/isolation/isolationtester.h @@ -31,6 +31,7 @@ struct Step int session; char *name; char *sql; + char *errormsg; }; typedef struct -- cgit v1.2.1