projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
MULTICREATE_DEBUG + TRACE_PROFILE=console_monochrome results in >4MB log
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
storage
/
2013-10-02
Peter Rabbitson
Proper fix for t/storage/replicated.t (augments 617474ab7e)
tree
|
commitdiff
2013-10-01
Dagfinn Ilmari Man...
Fix t/storage/replicated.t class loading problem
tree
|
commitdiff
2013-07-18
Peter Rabbitson
Tests no longer fail if $ENV{DBI_DSN} is set
tree
|
commitdiff
2013-07-18
Peter Rabbitson
Propagate quote_names setting to SQLite SQLT producer
tree
|
commitdiff
2013-04-20
Peter Rabbitson
deployment_statements() and cursor_class() are storage...
tree
|
commitdiff
2013-04-20
Peter Rabbitson
Cleanup logic of _determine_driver - do not fire unless...
tree
|
commitdiff
2013-04-11
Peter Rabbitson
Add a TODO to catch when Text::Balanced RT#74994 is...
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Make sure external DBIC envvars do not cause tests...
tree
|
commitdiff
2013-04-04
Peter Rabbitson
Extra TODO tests for a txn_guard silencing problem
tree
|
commitdiff
2013-04-01
Peter Rabbitson
Refactor sth preparation/binding - no functional changes
tree
|
commitdiff
2013-02-01
Peter Rabbitson
Revert parts of 6864429a which utterly broke dbh_do...
tree
|
commitdiff
2013-01-25
Peter Rabbitson
General cleanup of error messages - quote identifiers...
tree
|
commitdiff
2013-01-25
Peter Rabbitson
Remove TODO labels from blocks not using todo_skip...
tree
|
commitdiff
2013-01-21
Peter Rabbitson
Scope::Upper somehow confuses pseudofork on older perls...
tree
|
commitdiff
2013-01-12
Peter Rabbitson
SQLT got a lot better lately - bump min version
tree
|
commitdiff
2013-01-12
Peter Rabbitson
Remove support for source_bind_attributes() as promised...
tree
|
commitdiff
2012-12-15
Peter Rabbitson
I was wrong about 2d12a809 - the crash is real
tree
|
commitdiff
2012-12-15
Peter Rabbitson
Run t/storage/global_destruction.t using SQLite as...
tree
|
commitdiff
2012-11-18
Peter Rabbitson
Back out frivolous loading of threads.pm
tree
|
commitdiff
2012-11-03
Peter Rabbitson
Reorganize constants handling, add escapes for fork...
tree
|
commitdiff
2012-10-05
Peter Rabbitson
Fix test using legacy order_by spec
tree
|
commitdiff
2012-10-05
Peter Rabbitson
Replace inadequate $dbh->ping SQLite implementation...
tree
|
commitdiff
2012-09-01
Dagfinn Ilmari Man...
Revert "Fix t/storage/reconnect.t when run as root"
tree
|
commitdiff
2012-09-01
Dagfinn Ilmari Man...
Fix t/storage/reconnect.t when run as root
tree
|
commitdiff
2012-07-10
Rafael Kitover
preload threads.pm in storage/txn.t for fork error
tree
|
commitdiff
2012-04-09
Peter Rabbitson
Allow for tests to run in parallel (simultaneously...
tree
|
commitdiff
2012-03-17
Rafael Kitover
remove some Win32 workarounds in tests from cygwin
tree
|
commitdiff
2012-03-16
Peter Rabbitson
Add all storage instances to the test suite leaktracing...
tree
|
commitdiff
2012-03-16
Alexander Hartmaier
removed unnecessary use of Test::Exception
tree
|
commitdiff
2012-03-14
Rafael Kitover
fix Win32 file use error in t/storage/reconnect.t
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Test suite wide leaktesting
tree
|
commitdiff
2012-03-12
Peter Rabbitson
Rewrite txn_do and dbh_do to use a (hidden for now...
tree
|
commitdiff
2012-02-18
Peter Rabbitson
Fix rogue child disconnecting a parent $dbh - no idea...
tree
|
commitdiff
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
tree
|
commitdiff
2011-11-29
Peter Rabbitson
More test fixes following 4a425300 and new DBD::SQLite...
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Make tests pass with DBIC_TRACE and DBIC_TRACE_PROFILE set
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Fix TxnScopeGuard misbehaving on externally set $@...
tree
|
commitdiff
2011-11-25
Peter Rabbitson
Switch the nobindvars test from MySQL to the always...
tree
|
commitdiff
2011-11-21
Peter Rabbitson
Pass tests with DBICTEST_SQLITE_USE_FILE set
tree
|
commitdiff
2011-10-25
Peter Rabbitson
Fix segfault in t/storage/quote_names.t
tree
|
commitdiff
2011-07-19
Rafael Kitover
fix a couple test failures on Win32
tree
|
commitdiff
2011-07-06
Alexander Hartmaier
fixed failing test when DBIC_TRACE_PROFILE is set
tree
|
commitdiff
2011-07-04
Rafael Kitover
check database driver dependencies for tests
tree
|
commitdiff
2011-06-17
Peter Rabbitson
Open the logfile in append mode
tree
|
commitdiff
2011-04-29
Peter Rabbitson
Another overhaul of transaction/savepoint handling
tree
|
commitdiff
2011-04-04
Peter Rabbitson
Consolidate all constants under DBIC::_ENV_, bump n...
tree
|
commitdiff
2011-03-30
Peter Rabbitson
Massive rewrite of bind handling, and overall simplific...
tree
|
commitdiff
2011-03-29
Peter Rabbitson
Privatize _sth
tree
|
commitdiff
2011-03-29
Peter Rabbitson
Shuffle tests around (no changes)
tree
|
commitdiff
2011-03-21
Peter Rabbitson
Add startup sanity check of the ::DBI::Replicated metho...
tree
|
commitdiff
2011-03-08
Peter Rabbitson
Make sure the component_class autoloader works across...
tree
|
commitdiff
2011-03-01
Justin Hunter
Switch cursor accessor to CAG's component_class type...
tree
|
commitdiff
2011-02-25
Peter Rabbitson
Lazy-load as many of the non-essential modules as possible
tree
|
commitdiff
2011-02-25
Peter Rabbitson
Cleanup C3 handling, require updated Class::C3::Compone...
tree
|
commitdiff
2011-02-24
Peter Rabbitson
Fix quote_names assumption of DBD::* availability
tree
|
commitdiff
2011-02-22
milki
Patch to schema->deploy against a file
tree
|
commitdiff
2011-02-03
Rafael Kitover
add quote_names connect_info option
tree
|
commitdiff
2011-01-19
Peter Rabbitson
DBIC now warns on explicit false AutoCommit, and when...
tree
|
commitdiff
2011-01-19
Peter Rabbitson
Cleanup some of the storage tests (no func. changes)
tree
|
commitdiff
2011-01-19
Peter Rabbitson
Skip test on smokers with broken Moose
tree
|
commitdiff
2010-12-28
Peter Rabbitson
Fix a deadlock-prone test
tree
|
commitdiff
2010-12-28
Peter Rabbitson
Stop t/storage/error from failing on memory-leaking...
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Extra test for Replicated debug (forgotten in 8592e2d1)
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Latest blead (5.13.8) allows us to see $@ again
tree
|
commitdiff
2010-11-18
Peter Rabbitson
Overhaul thread handling
tree
|
commitdiff
2010-11-18
Peter Rabbitson
Suppress replicated test warnings on win32 as well
tree
|
commitdiff
2010-11-18
Peter Rabbitson
Fix 2 stupid omissions in tests
tree
|
commitdiff
2010-11-10
Peter Rabbitson
Die on search in void context
tree
|
commitdiff
2010-11-10
John Napiorkowski
fix and regression test for RT #62642
tree
|
commitdiff
2010-10-27
Peter Rabbitson
Latest DBD::SQLite really went to shit >:(
tree
|
commitdiff
2010-10-27
Peter Rabbitson
Fail gracefully on Config::Any PROFILE-loading errors
tree
|
commitdiff
2010-10-26
Peter Rabbitson
Break out the txn_scope_guard tests, some cleanup
tree
|
commitdiff
2010-10-22
Peter Rabbitson
Massive cleanup of transaction handlers
tree
|
commitdiff
2010-10-21
Peter Rabbitson
Make sure t/storage/debug.t passes with DBIC_TRACE_PROF...
tree
|
commitdiff
2010-10-16
Peter Rabbitson
Add a unique constraint to artist.name in the test...
tree
|
commitdiff
2010-10-10
Peter Rabbitson
Entire test suite passes under DBIC_TRACE=1
tree
|
commitdiff
2010-09-18
Peter Rabbitson
Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
tree
|
commitdiff
2010-09-17
Peter Rabbitson
Fix forgotten external-$dbh test warnings
tree
|
commitdiff
2010-09-17
Peter Rabbitson
No longer explicitly disconnect on ::Storage DESTROY
tree
|
commitdiff
2010-09-17
Peter Rabbitson
Remove duplicate test (same as end of t/storage/error.t)
tree
|
commitdiff
2010-09-16
Arthur Axel 'fREW...
DBIC_TRACE_PROFILE
tree
|
commitdiff
2010-08-31
Peter Rabbitson
Massive cleanup of DateTime test dependencies, other...
tree
|
commitdiff
2010-08-04
Peter Rabbitson
Restore backwards compatibility - introduce intent...
tree
|
commitdiff
2010-07-12
Peter Rabbitson
Rewrite the DBI connector to use Try::Tiny, avoid a...
tree
|
commitdiff
2010-07-08
Peter Rabbitson
Cleanup shebang lines of all maint/example scripts...
tree
|
commitdiff
2010-07-04
Peter Rabbitson
Quieter replicated test
tree
|
commitdiff
2010-06-02
Peter Rabbitson
Make sure ddl_dir is created even if a dir-object is...
tree
|
commitdiff
2010-06-02
Peter Rabbitson
Do not run test without sqlt
tree
|
commitdiff
2010-06-01
Peter Rabbitson
Preserve @_ aliasing semantics on coderefs within try...
tree
|
commitdiff
2010-06-01
Peter Rabbitson
Rewrite test (no functional changes)
tree
|
commitdiff
2010-05-03
Peter Rabbitson
Fix test warning
tree
|
commitdiff
2010-04-27
Peter Rabbitson
Rename test
tree
|
commitdiff
2010-04-27
Peter Rabbitson
Better comment
tree
|
commitdiff
2010-04-27
Peter Rabbitson
Better concurrency in test (parent blocks)
tree
|
commitdiff
2010-04-26
Peter Rabbitson
Bizarre fork failure
tree
|
commitdiff
2010-04-20
Robert Buels
create_ddl_dir mkpaths its dir if necessary. also...
tree
|
commitdiff
2010-04-14
Rafael Kitover
support $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from...
tree
|
commitdiff
2010-02-19
Peter Rabbitson
Some test cleanups
tree
|
commitdiff
2010-02-12
Peter Rabbitson
Move replicated to Opt::Deps
tree
|
commitdiff
2010-02-10
Rafael Kitover
Merge 'trunk' into 'handle_all_storage_methods_in_repli...
tree
|
commitdiff
next