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 13:30:20 +0000 (14:30 +0100)
commitfd2c6658f74eda2831017727d3890dffd0eff06c
tree56e42eb302e94f72d4d1a31175f14defc56de875
parentda4a8fe752719362c6f6b1be5b42593fc4509ad6
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