Re: DBI test suite

2009-09-18 Thread H.Merijn Brand
On Fri, 18 Sep 2009 11:02:12 +0100, Tim Bunce 
wrote:

> On Fri, Sep 18, 2009 at 08:48:09AM +0200, H.Merijn Brand wrote:
> > I have written new tests for the fixed 'DBI->trace (1, *FOO);' issue
> > (and commited them and pushed them up), and it passes for t/19trace.t
> > and the zvg wrapper, but NOT for the zvp and zvxgp wrappers
> 
> The wrapers with a 'p' are testing DBI::PurePerl.
> You'll need to implement the new logic in there as well.

Thanks. Done. Committed. Pushed.

All tests successful.
Files=130, Tests=5904, 59 wallclock secs ( 1.39 usr  0.16 sys + 47.41 cusr  
4.33 csys = 53.29 CPU)
Result: PASS
PERL_DL_NONLAZY=1 /pro/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
test.pl
DBI test application $Revision$
Switch: DBI 1.611 by Tim Bunce, 1.611
Available Drivers: CSV, DBM, ExampleP, File, Gofer, Multiplex, ODBC, Oracle, 
Pg, Proxy, SQLite, Sponge
dbi:ExampleP:: testing 3 sets of 20 connections:
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Disconnecting...
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Disconnecting...
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Disconnecting...
connect 20 and disconnect them, 3 times: 0.0073s / 60 = 0.0001s
Testing handle creation speed...
35714 NullP sth/s perl 5.01 i686-linux-64int (gcc 4.2.1 -O2 -g) 0.28s

test.pl done

-- 
H.Merijn Brand  http://tux.nl  Perl Monger  http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/   http://www.test-smoke.org/
http://qa.perl.org  http://www.goldmark.org/jeff/stupid-disclaimers/


Re: DBI test suite

2009-09-18 Thread Tim Bunce
On Fri, Sep 18, 2009 at 08:48:09AM +0200, H.Merijn Brand wrote:
> I have written new tests for the fixed 'DBI->trace (1, *FOO);' issue
> (and commited them and pushed them up), and it passes for t/19trace.t
> and the zvg wrapper, but NOT for the zvp and zvxgp wrappers

The wrapers with a 'p' are testing DBI::PurePerl.
You'll need to implement the new logic in there as well.

Tim.