X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=b77c0d71178d9818a9f39e16e50aceed2a1ee929;hb=a2c296335a7a7190f412ed7470619189bb30766f;hp=8abb59319365dcbdcbc47027bc39186ca2e288bf;hpb=20bfea3fd35252310456e125e8dfe948f6c675c2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index 8abb593..b77c0d7 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -150,14 +150,9 @@ sub connection { # Also if there is no connection - there is no lock to be had if ($locktype and (!$locker or $locker->{type} ne $locktype)) { - warn "$$ $0 $locktype" if ( - ($locktype eq 'generic' or $locktype eq 'SQLite') - and - DBICTest::RunMode->is_author - ); - my $lockpath = DBICTest::RunMode->tmpdir->file(".dbictest_$locktype.lock"); + #warn "$$ $0 $locktype GRABBING LOCK"; my $lock_fh; { my $u = local_umask(0); # so that the file opens as 666, and any user can lock