Przeglądaj źródła

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

As the title says

Signed-off-by: Attila Vamos <attila.vamos@gmail.com>
Attila Vamos 8 lat temu
rodzic
commit
b9896fa169

+ 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;