Jelajahi Sumber

Merge pull request #14336 from shamser/issue25003

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

Reviewed-By: Jake Smith <jake.smith@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 tahun lalu
induk
melakukan
b13fdd0b54
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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;