Quellcode durchsuchen

Merge pull request #9714 from AttilaVamos/HPCC-17238-improvement-6.4.0

HPCC-17238 Rename and add //class=python2 tag to all related test cases.

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman vor 8 Jahren
Ursprung
Commit
d9f142ac73

+ 1 - 3
testing/regress/ecl/embedpy-catch.ecl

@@ -16,6 +16,7 @@
 ############################################################################## */
 
 //class=embedded
+//class=python2
 
 //nothor
 
@@ -38,6 +39,3 @@ d t := transform
 end;
 
 catch(d(testThrow(a) = a), onfail(t));
-
-
-

+ 1 - 0
testing/regress/ecl/embedpy-fold.ecl

@@ -16,6 +16,7 @@
 ############################################################################## */
 
 //class=embedded
+//class=python2
 
 //nothor
 

+ 1 - 0
testing/regress/ecl/embedpy.ecl

@@ -16,6 +16,7 @@
 ############################################################################## */
 
 //class=embedded
+//class=python2
 
 //nothor
 

testing/regress/ecl/key/embedpy-catch.xml → testing/regress/ecl/key/embedpy2-catch.xml


testing/regress/ecl/key/embedpy-fold.xml → testing/regress/ecl/key/embedpy2-fold.xml


testing/regress/ecl/key/embedpy.xml → testing/regress/ecl/key/embedpy2.xml


testing/regress/ecl/key/pyimport.xml → testing/regress/ecl/key/py2import.xml


testing/regress/ecl/key/streame.xml → testing/regress/ecl/key/py2streame.xml


testing/regress/ecl/key/streame2.xml → testing/regress/ecl/key/py2streame2.xml


testing/regress/ecl/key/streame3.xml → testing/regress/ecl/key/py2streame3.xml


+ 1 - 0
testing/regress/ecl/pyimport.ecl

@@ -16,6 +16,7 @@
 ############################################################################## */
 
 //class=embedded
+//class=python2
 
 import python;
 string pcat(string a, string b) := IMPORT(Python, '/opt/HPCCSystems/examples/embed/python_cat.cat':time);

+ 1 - 0
testing/regress/ecl/streame.ecl

@@ -16,6 +16,7 @@
 ############################################################################## */
 
 //class=embedded
+//class=python2
 
 IMPORT Python;
 

+ 1 - 0
testing/regress/ecl/streame2.ecl

@@ -16,6 +16,7 @@
 ############################################################################## */
 
 //class=embedded
+//class=python2
 
 IMPORT Python;
 

+ 1 - 0
testing/regress/ecl/streame3.ecl

@@ -16,6 +16,7 @@
 ############################################################################## */
 
 //class=embedded
+//class=python2
 
 IMPORT Python;