[Bast-commits] r5843 -
DBIx-Class/0.08/branches/multi_stuff/t/96multi_create
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sun Mar 29 12:02:43 BST 2009
Author: ribasushi
Date: 2009-03-29 12:02:43 +0100 (Sun, 29 Mar 2009)
New Revision: 5843
Modified:
DBIx-Class/0.08/branches/multi_stuff/t/96multi_create/reentrance_count.t
Log:
Todoify optimization tests
Modified: DBIx-Class/0.08/branches/multi_stuff/t/96multi_create/reentrance_count.t
===================================================================
--- DBIx-Class/0.08/branches/multi_stuff/t/96multi_create/reentrance_count.t 2009-03-29 11:02:24 UTC (rev 5842)
+++ DBIx-Class/0.08/branches/multi_stuff/t/96multi_create/reentrance_count.t 2009-03-29 11:02:43 UTC (rev 5843)
@@ -14,6 +14,9 @@
$schema->storage->debugcb (sub { push @{$query_stats->{$_[0]}}, $_[1] });
$schema->storage->debug (1);
+TODO: {
+ local $TODO = 'This is an optimization task, will wait... a while';
+
lives_ok (sub {
undef $query_stats;
$schema->resultset('Artist')->create ({
@@ -172,4 +175,6 @@
|| $ENV{DBIC_MULTICREATE_DEBUG} && diag join "\n", @{$query_stats->{SELECT} || []};
});
+}
+
1;
More information about the Bast-commits
mailing list