Subject: | t/33storage_reconnect.t failing |
t/33storage_reconnect.t is failing on my perl 5.10 on Arch Linux:
[root@catalyst DBIx-Class-0.08009]# prove -b -v t/33storage_reconnect.t
t/33storage_reconnect......
1..5
ok 1 - Three artists returned
DBI::db=HASH(0x8837640)->disconnect invalidates 22 active statement
handles (either destroy statement handles or call finish on them before
disconnecting) at t/33storage_reconnect.t line 23.
closing dbh with active statement handles at t/33storage_reconnect.t
line 23.
ok 2 - Three artists returned
Failed 3/5 subtests
Test Summary Report
-------------------
t/33storage_reconnect.t (Wstat: 11 Tests: 2 Failed: 0)
Parse errors: Bad plan. You planned 5 tests but ran 2.
Files=1, Tests=2, 0 wallclock secs ( 0.00 usr 0.00 sys + 0.20 cusr
0.04 csys = 0.24 CPU)
Result: FAIL
[root@catalyst DBIx-Class-0.08009]#