Skip to content

Commit 162e114

Browse files
committed
Make sure we set client_min_messages back to warning when recreating test database handles
1 parent dd88142 commit 162e114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/CP_Testing.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ sub recreate_database {
454454
$dsn = "DBI:Pg:dbname=$dbname;port=$port;host=$host";
455455

456456
$dbh = DBI->connect($dsn, $user, '', {AutoCommit=>0, RaiseError=>1, PrintError=>0});
457+
$dbh->do('SET client_min_messages = WARNING');
457458

458459
return $dbh;
459460

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy