Add an explicit deduplication of identical condition in cond normalizer
[dbsrgits/DBIx-Class.git] / t / 52leaks.t
2016-08-21 Peter Rabbitson Add an explicit deduplication of identical condition...
2016-06-07 Peter Rabbitson Introduce the describe_class_methods() utility function
2016-04-12 Peter Rabbitson Harmonize DBICTEST_VIA_REPLICATED detection in tests
2016-03-04 Peter Rabbitson More robust behavior of ANFANG.pm, also guard against...
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-03-02 Peter Rabbitson Get rid of Path::Class ( that *does* feel good )
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
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-01-20 Peter Rabbitson (travis) Install extra deps for the t/52leaks.t persist...
2015-08-12 Peter Rabbitson Make sure tests pass without a compiler present (anothe...
2015-08-12 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-05-22 Peter Rabbitson (optdeps) Rename an inconsistent 'icdt' marker to ...
2015-05-19 Peter Rabbitson Make sure tests pass without a compiler present (anothe...
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 Run the entire test suite under replicated SQLite on...
2015-03-18 Peter Rabbitson Some stylistic test changes in preparation for next...
2015-03-12 Peter Rabbitson Get the leaktest to work with Test::More-(hopefully...
2015-03-12 Peter Rabbitson Get the leaktest to work with Test::More-(hopefully...
2015-03-05 Peter Rabbitson Stop noise from a particular combination of DateTime...
2015-02-10 Peter Rabbitson Finally implement compound OptDep group augmentation
2015-01-23 Peter Rabbitson Fix intermittent failures in the LeakTracer on 5.18...
2015-01-23 Peter Rabbitson Keep T::B IO open in t/52leaks.t END - other ENDs pendi...
2014-09-25 Peter Rabbitson Kill leaktest on smokers with 1.3xx Test::More alphas
2014-01-29 Peter Rabbitson The trace formatter seems to register intermittent...
2014-01-28 Peter Rabbitson We still intermittently grab a "leaked" SQLT quoter...
2014-01-23 Peter Rabbitson Move hrefaddr to DBIC::_Util, give most functions a...
2014-01-23 Peter Rabbitson GAH! DBD::SQLite's sqlite_db_filename() is relatively...
2014-01-22 Peter Rabbitson Do not run the expensive test under PPerl/SppedyCGI
2014-01-22 Peter Rabbitson Need some exceptions removed in 556c4fe6 when some...
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2014-01-20 Peter Rabbitson Add extra operations to the heavy duty leaktrace scope
2014-01-20 Peter Rabbitson Stop circref TODO based on RT#82942 from failing after...
2014-01-19 Peter Rabbitson Now that we have the tools leak-track much more stuff...
2014-01-19 Peter Rabbitson Switch to a global symtable "classdata" visitor
2014-01-19 Peter Rabbitson Rewire the leaktracer to store all refs by address...
2013-10-11 Peter Rabbitson Move classdata handling to DBICTest::Util::LeakTracer
2013-06-21 Dagfinn Ilmari Man... Don't try to run pperl --kill if we didn't find PPerl
2013-04-21 Peter Rabbitson Silence pesky Devel::Cycle warning in leak test on...
2013-03-10 Peter Rabbitson Do not rely on Data::Dumper to produce rolled out hashrefs
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-01-25 Peter Rabbitson Revert 344f761c - this was a stupid idea
2013-01-23 Dagfinn Ilmari Man... Only allow known globals in SQL::Translator leak allowance
2013-01-21 Peter Rabbitson Revert workarounds for $@ broken during 5.13.x - mainly...
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2012-12-26 Peter Rabbitson Promote leaky rscond todo to a smoke-fail - try to...
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-27 Peter Rabbitson Adjust tests for new Moo
2012-04-16 Peter Rabbitson Move scary stuff to its own class
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-14 Peter Rabbitson Entire test suite now executable under tainted perl...
2012-04-09 Peter Rabbitson Allow for tests to run in parallel (simultaneously...
2012-03-15 Peter Rabbitson Adjust tests to work correctly with the upcoming Test...
2012-03-12 Peter Rabbitson Fix failures with DBICTEST_SQLITE_USE_FILE=1 introduced...
2012-03-12 Peter Rabbitson Test suite wide leaktesting
2012-03-12 Peter Rabbitson Rewrite txn_do and dbh_do to use a (hidden for now...
2012-03-09 Peter Rabbitson Add a TODO test for a very elaborate stack leak scenario
2012-02-18 Peter Rabbitson Fix embarrassing leak triggered on calling new_related...
2011-10-25 Peter Rabbitson Cleanup compose_namespace(), clarify leaktests wrt...
2011-10-25 Peter Rabbitson Remove the transparrent hook lazy-pager-count experiment
2011-05-10 Peter Rabbitson Fix incorrect > vs >= ver. check, causing 5.13.1 fails
2011-04-29 Peter Rabbitson Cleanup/improve the leaktest a bit
2011-04-04 Peter Rabbitson Consolidate all constants under DBIC::_ENV_, bump n...
2011-02-03 Peter Rabbitson Add proper DateTime handling to t/52leaks.t
2011-01-27 Peter Rabbitson Fix for SpeedyCGI and an extensive test of persistent...
2011-01-27 Peter Rabbitson Ignore to-be-leaktested classdata, instead of forcibly...
2011-01-13 Peter Rabbitson Remove some accumulated cruft
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2010-11-18 Peter Rabbitson Fix a forgotten nested try::tiny usage
2010-11-12 Peter Rabbitson Major overhaul of select/as resolution handling (fixes...
2010-10-28 Peter Rabbitson Generalize leak-trace handling
2010-10-28 Peter Rabbitson Test::Builder2 has a fancy set of singletons
2010-10-26 Peter Rabbitson Temporary fixes for 5.13.x $@ handling
2010-10-26 Peter Rabbitson Get test suite to pass under 5.13.6 (peepeeness!)
2010-10-21 Peter Rabbitson Add Hash::Merge exception to the leak test
2010-10-12 Peter Rabbitson Improve the leak tracer - hook bless() as early as...
2010-10-04 Peter Rabbitson Fix compose_namespace rsrc leaks, introduce a badass...
2010-10-04 Peter Rabbitson Minor cleanup of memory cycle tracing and IC::DT inflat...