X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fextra%2Finternals%2Fithread_stress.t;fp=xt%2Fextra%2Finternals%2Fithread_stress.t;h=dc56d498f2348c687a1807383d4f8511876b068c;hb=12e7015aa9372aeaf1aaa7e125b8ac8da216deb5;hp=0b1602f67ff98107c0e6d02206bc1b6ce9b8421d;hpb=1b822bd3e15476666e97d9a95754f123410b3c56;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/extra/internals/ithread_stress.t b/xt/extra/internals/ithread_stress.t index 0b1602f..dc56d49 100644 --- a/xt/extra/internals/ithread_stress.t +++ b/xt/extra/internals/ithread_stress.t @@ -1,5 +1,8 @@ BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } +# Test is sufficiently involved to *want* to run with "maximum paranoia" +BEGIN { $ENV{DBICTEST_OLD_MRO_SANITY_CHECK_ASSERTIONS} = 1 } + use warnings; use strict;