From f33d6dc3f32028c72250d63d3b2a5cd722ff310c Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 5 Jan 2012 16:10:01 -0500 Subject: [PATCH] Make sure we commit so we don't have the truncates waiting too long in the tests. --- t/20-postgres.t | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/t/20-postgres.t b/t/20-postgres.t index 859c98d30..51636c782 100644 --- a/t/20-postgres.t +++ b/t/20-postgres.t @@ -269,6 +269,11 @@ for my $table (keys %tabletype) { bc_deeply($res, $dbhD, $sql{select}{$table}, $t); } +$dbhA->commit(); +$dbhB->commit(); +$dbhC->commit(); +$dbhD->commit(); + ## Insert two more rows, then truncate for my $table (keys %tabletype) { -- 2.39.5