Explorar el Código

HPCC-25003 The keydiff1.ecl failed on thor in debug build

Signed-off-by: Shamser Ahmed <shamser.ahmed@lexisnexis.com>
Shamser Ahmed hace 4 años
padre
commit
fd3764375a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      testing/regress/ecl/keydiff1.ecl

+ 4 - 0
testing/regress/ecl/keydiff1.ecl

@@ -18,6 +18,10 @@
 import $.setup;
 prefix := setup.Files(false, false).QueryFilePrefix;
 
+// This warning is suppressed because it depends on the size of the thor cluster
+// and consistant output is required by regression suite
+// (warning relates to skew in the child record causing uneven disk read time)
+#onwarning (30003,ignore);
 //noRoxie
 //noHthor
 import Std.File AS FileServices;