Forráskód Böngészése

HPCC-24130 Add 'spray' and 'copy' to the supercopy.ecl test

'spray' signifies that the test interacts with dfuserver.
In a cloud setup, this is not currently supported, so the 'spray'
class of tests is skipped when running the regression suite.

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 5 éve
szülő
commit
b3363a6271
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      testing/regress/ecl/supercopy.ecl

+ 2 - 0
testing/regress/ecl/supercopy.ecl

@@ -19,6 +19,8 @@
 
 //nothor
 //class=superfile
+//class=spray
+//class=copy
 
 import std.system.thorlib;
 import Std.File AS FileServices;