Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Next steps from me to DBI::Test

1 view
Skip to first unread message

Jens Rehsack

unread,
May 2, 2013, 3:26:22 PM5/2/13
to DBI Developers Mailing List
Hi all,

I got a bit lost in to much complexity of doing the whole world at
once ...

For now I committed a compiling version without really much
functionality (but for reviewing ...) and plan to do following
things at next:

* ignore anything of configurable stuff (like DBI::PurePurl,
Gofer-Proxy)
* simply generate t/@dirs/${test}.t from the names from
DBI::Test::(NameSpaces::)List->test_cases
* see what "works" from the things are in lib/DBI/Test/Cases/*.pm
and add it to test_cases sub

Then we shall decide how to go on.

My suggestion is:

1) build an "internal" version and re-build DBI's
DBI::DBD::dbd_edit_mm_attribs() on it and slowly introduce
combine_nk() and map_test_variants ...
==> do the same for SQL::Statement
==> when both internal versions of DBI and S::S work in general
(without new functionality), release DBI::Test

2) Catch BooK to find synergy effects with Test::Database
(DSN config, ...)

Another way to go on is release soon without much functionality but
reserving the name space.

If anyone has more suggestions, enhancements etc. - please share them ;)

Cheers
--
Jens Rehsack

Jens Rehsack

unread,
May 6, 2013, 8:36:02 AM5/6/13
to DBI Developers Mailing List, Joakim Tørmoen, Vince Willems
I think there is now a good state committed in perl5-dbi/DBI-Test

I used
$ perl Makefile.PL
$ env DBI_MOCK=1 make test # runs tests with DBI::Mock
$ make test # runs tests with DBI (when installed)

Now it's on Ribasushi, Joakim T�rmoen and Vince Willems
to improve the test cases itself.

Cheers
--
Jens Rehsack

Peter Rabbitson

unread,
May 6, 2013, 8:47:16 AM5/6/13
to Jens Rehsack, DBI Developers Mailing List, Joakim Tørmoen, Vince Willems
On Mon, May 06, 2013 at 02:36:02PM +0200, Jens Rehsack wrote:
>
> I think there is now a good state committed in perl5-dbi/DBI-Test
>
> I used
> $ perl Makefile.PL
> $ env DBI_MOCK=1 make test # runs tests with DBI::Mock
> $ make test # runs tests with DBI (when installed)
>
> Now it's on Ribasushi, Joakim T�rmoen and Vince Willems
> to improve the test cases itself.
>

This is all excellent stuff! I am sadly out of commission for the next
week or so, so can't get involved directly. Kudos to the rest of you
however ;)

Cheers
0 new messages