Pārlūkot izejas kodu

Merge pull request #2602 from rengolin/intindex

Disable intindex until we fix it

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 gadi atpakaļ
vecāks
revīzija
ce9df7d742
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      testing/ecl/intindex.ecl

+ 3 - 3
testing/ecl/intindex.ecl

@@ -16,10 +16,11 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ############################################################################## */
 
+//skip type==thorlcr TBD
+//skip type==hthor TBD
+//skip type==roxie TBD
 //UseStandardFiles
 
-fail('This test is temporarily disabled because it causes lockups in roxie/hthor and probably thor');
-/*
 output(choosen(DG_IntegerIndex, 3));
 
 output(DG_IntegerIndex(keyed(i6 = 4)));
@@ -30,4 +31,3 @@ output(DG_IntegerIndex(wild(i6),keyed(nested.i4 = 5)));
 output(DG_IntegerIndex(wild(i6),wild(nested.i4),keyed(nested.u3 = 6)));
 output(DG_IntegerIndex(i5 = 7));
 output(DG_IntegerIndex(i3 = 8));
-*/