X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F73oracle_hq.t;h=6d27a0561d1ce3ec032e795623842e1cd8a86259;hb=83a6b24431383e560f414f2fcaefe7b8c08e03d2;hp=0595edf532d4e53964745d6a8151009a5d9f5744;hpb=bedbc8111dbbb98f89a36c3cf4e2f6903a4b01be;p=dbsrgits%2FDBIx-Class.git diff --git a/t/73oracle_hq.t b/t/73oracle_hq.t index 0595edf..6d27a05 100644 --- a/t/73oracle_hq.t +++ b/t/73oracle_hq.t @@ -3,6 +3,12 @@ use warnings; use Test::Exception; use Test::More; + +# I *strongly* suspect Oracle has an implicit stable output order when +# dealing with HQs. So just punt on the entire shuffle thing. +BEGIN { $ENV{DBIC_SHUFFLE_UNORDERED_RESULTSETS} = 0 } + + use DBIx::Class::Optional::Dependencies (); use lib qw(t/lib);