Run the entire test suite under replicated SQLite on DBICTEST_VIA_REPLICATED
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 17 Mar 2015 15:31:56 +0000 (16:31 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 18 Mar 2015 10:24:35 +0000 (11:24 +0100)
commit8b60b9211a085572446bbfd19e879d00ae03658a
tree4c3afd0df1c2bfbfbe55c23b0d3dbbd46378a4e6
parent7d6c28b70b4c37d6296ea4a17ac919799b3a8bc2
Run the entire test suite under replicated SQLite on DBICTEST_VIA_REPLICATED

There isn't real replication, the reader and writer in fact talk to the same
on-disk file. Still this is effective enough to put into CI.
14 files changed:
lib/DBIx/Class.pm
maint/travis-ci_scripts/20_install.bash
t/52leaks.t
t/99dbic_sqlt_parser.t
t/icdt/engine_specific/sqlite.t
t/lib/DBICTest.pm
t/lib/DBICTest/SQLTracerObj.pm
t/storage/base.t
t/storage/dbh_do.t
t/storage/debug.t
t/storage/disable_sth_caching.t
t/storage/on_connect_do.t
t/storage/savepoints.t
xt/extra/lean_startup.t