Smoother concurrent test-flow
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 16 Oct 2013 03:56:39 +0000 (05:56 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 18 Oct 2013 13:16:02 +0000 (15:16 +0200)
commit39568b8ae8bbe3cf6b6873ce87a8fd925a539d64
treee89ac8868f337ecd783cb3f26e0feecc0fa810d6
parent4bbabf15ead15ffb2423e95814727b7d5bf0cda3
Smoother concurrent test-flow

The noop trick initializes the STDOUT, so that the TAP::Harness
issued IO::Select->can_read calls (which are blocking wtf wtf wtf)
keep spinning and scheduling jobs

This results in an overall much smoother job-queue drainage, since
the Harness blocks less

(ideally this needs to be addressed in T::H, but a quick patchjob
broke everything so tabling it for now)
t/lib/DBICTest.pm