[Dbix-class] Re: Failed test when installing DBIx::Class on
windows using strawberry perl
Alexey Borzenkov
snaury at gmail.com
Thu May 15 15:58:38 BST 2008
Matt S Trout <dbix-class <at> trout.me.uk> writes:
> In your DBIC build directory, can you please run
>
> prove -lv t/81transactions.t
>
> to run the test with verbose output so we can see more clearly what went
> wrong?
I've got the same issue and (though I'm not entirely sure) it seems that when
a new schema is created it is connected to the same database and it tries to
create a table that is already there. The solution was to pass no_deploy => 1
to the last two init_schema()'s.
- Alexey.
More information about the DBIx-Class
mailing list