Centralize all user-side rsrc calls to go through result_source()
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest.pm
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-07-03 Peter Rabbitson Audit all local() calls within lib/ and t/lib
2016-04-12 Peter Rabbitson Harmonize DBICTEST_VIA_REPLICATED detection in tests
2016-04-02 Peter Rabbitson Test with explicitly readonly 'replicants' under DBICTE...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-03-01 Peter Rabbitson Move tmpdir() to DBICTest::Util where it belongs
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-29 Peter Rabbitson Revert part of bbcc1fe8 - the 'queue unstick hack'...
2016-01-27 Peter Rabbitson Make sure Win32-like DBICTest checks are not tripped...
2016-01-22 Peter Rabbitson Remove all uses of Scope::Guard from the tests, use...
2015-11-03 Peter Rabbitson FINALLY find and fix the elusive parallel test deadlock
2015-10-15 Peter Rabbitson Add comprehensive concurrent-test-locking logging to...
2015-08-12 Peter Rabbitson (travis) Multiple fixups to the CI lifted from blead:
2015-07-05 Peter Rabbitson (travis) Silencer changes in f8200928 were practically...
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-03-18 Peter Rabbitson Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-18 Peter Rabbitson Workaround for double-call of destructors (based on...
2015-03-17 Peter Rabbitson Fix test suite to work again with DBICTEST_SQLITE_USE_FILE
2015-03-17 Peter Rabbitson Clarify name of guard function from 3d56e026, add it...
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
2014-10-24 Peter Rabbitson These loads are no longer necessary after d7d45bdc65
2014-10-21 Dagfinn Ilmari Man... Further delay empty weakregistry assertions
2014-09-30 Dagfinn Ilmari Man... Only load DBICTest::Schema when needed in tests
2014-07-17 Peter Rabbitson Move the "special loading" check to DBICTest::Util
2014-07-09 Peter Rabbitson Older perls get confused by this construct - rewrap
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2014-05-27 Peter Rabbitson Consolidate lib-wide frameskip, adjust the ::RunMode...
2014-01-29 Peter Rabbitson Rudimentary DBI/DBD MDV
2014-01-27 Peter Rabbitson Yet another attempt to solve the mystery-win32-failure...
2014-01-23 Peter Rabbitson Have tests recover gracefully when File::Spec->tmpdir...
2014-01-23 Peter Rabbitson GAH! DBD::SQLite's sqlite_db_filename() is relatively...
2014-01-22 Peter Rabbitson Report correct mismatching inode in the deletion guard...
2014-01-21 Peter Rabbitson Stop using precomputed SQLite testdb name, fix test...
2013-11-05 Peter Rabbitson Make sure DBICTest is always loaded first (purely bookkeep)
2013-10-18 Peter Rabbitson Smoother concurrent test-flow
2013-04-21 Peter Rabbitson And of course the test pragma is not supported everywhere
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-04-04 Peter Rabbitson Do not repeatedly trace test schema populate under...
2013-02-23 Peter Rabbitson Instrument the lockfile creation failure
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2012-06-15 Arthur Axel 'fREW... fix tests on solaris
2012-04-18 Peter Rabbitson Better handling of bogus tmpdir returned by File::Spec...
2012-04-18 Arthur Axel 'fREW... add missing catfile so tests can run on win32
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-03-12 Peter Rabbitson Fix failures with DBICTEST_SQLITE_USE_FILE=1 introduced...
2012-03-12 Peter Rabbitson Test suite wide leaktesting
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2012-01-03 Alexander Hartmaier use Path::Class for finding subdirs of t and don't...
2011-04-04 Peter Rabbitson Consolidate all constants under DBIC::_ENV_, bump n...
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2010-10-28 Peter Rabbitson Generalize leak-trace handling
2010-10-26 Peter Rabbitson Get test suite to pass under 5.13.6 (peepeeness!)
2010-10-04 Peter Rabbitson Reorganize runmode detection a bit
2010-09-18 Peter Rabbitson Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
2010-06-11 Peter Rabbitson DBICTest $dbh guards emulating win32 OS (no open file...
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-17 Peter Rabbitson Real detabify
2010-01-09 Peter Rabbitson Test for the real leak reason
2009-11-26 Peter Rabbitson Add a no-accessor column to generally test handling
2009-08-13 Peter Rabbitson Last bit
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-14 Peter Rabbitson Merge 'storage-tweaks' into 'trunk'
2009-05-10 Peter Rabbitson No more 'I forgot to run perl Makefile.PL'
2009-05-08 Rafael Kitover support ::DBI::Replicated opts in connect_info
2008-11-02 Peter Rabbitson Test prompted by discussion about tasty stuff
2008-10-24 Johannes Plunien possible to explicitly skip inflation, again rafl++
2008-10-24 Johannes Plunien added new option to enforce Date or DateTime inflation...
2008-10-09 Peter Rabbitson Regenerate (finally\!) t/lib/sqlite.sql
2008-09-24 Johannes Plunien thanks to ribasushi for _sqlite_dbname and fixing 93sto...
2008-09-24 Johannes Plunien default sqlite storage ":memory:", possible to switch...
2008-05-30 John Napiorkowski reverted unneeded change to field name in Treelike...
2008-05-08 John Napiorkowski more cleanup of the test suite so that we can run it...
2008-05-08 John Napiorkowski lots of updates to make the test suite work with databa...
2008-05-07 John Napiorkowski changed the way args are passed to a storage, should...
2008-05-07 John Napiorkowski refactored the duties of the different balancer classes...
2008-05-01 John Napiorkowski changed replication test to support custom database...
2008-04-30 John Napiorkowski new config option to DBICTest to let you set an alterna...
2007-08-15 Tom Hukins Restore code that I removed in revision 3640 that tests...
2007-08-01 Tom Hukins Add an 'on_disconnect_do' argument to
2007-05-11 Matt S Trout eliminate the last of the AutoCommit warnings
2007-05-10 Brandon L. Black Got rid of effectively dead dbh_do code in the txn_...
2007-01-20 Matt S Trout fix Sweet pager test
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-09-15 Jess Robinson create insert_bulk using execute_array, and make popula...
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-08-08 Daniel Westermann... Remove extraneous sources for aliasing test; same effec...
2006-08-07 Daniel Westermann... Fix two aliasing bugs: remove the alias when provided...
2006-07-09 Matt S Trout tweaked some stuff. appears no more broken.
2006-07-06 David Kamholz more treelike tests
2006-07-03 David Kamholz fix SQLite pragma in test suite
2006-06-22 Jess Robinson Tests for inflating timestamp fields to DateTime
2006-06-17 Justin Guenther added more many_to_many tests and changed add_to_rel...
2006-05-24 Aran Deltac Incorporate changes in -current.
2006-05-24 Aran Deltac Move population code from Schema to DBICTest.
2006-05-18 Aran Deltac Delete basicrels tests. Modify run tests to use new...
next