Selaa lähdekoodia

HPCC-24050 Add //class=roxiesericeaccess to some tests

Clasify the tests that require access to the roxie service,
this helps when running the regression suite, to exclude these
tests, e.g. when running K8s and the roxie service is not
accessible.

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 5 vuotta sitten
vanhempi
commit
6367b21d6d

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

@@ -15,6 +15,7 @@
     limitations under the License.
 ############################################################################## */
 
+//class=roxieserviceaccess
 //version targetIP='127.0.0.1',goodPort='9876',blacListedPort='9875'
 
 #option('generateGlobalId', true);

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

@@ -15,6 +15,7 @@
     limitations under the License.
 ############################################################################## */
 
+//class=roxieserviceaccess
 //version targetIP='127.0.0.1',goodPort='9876',blacListedPort='9875'
 
 #option('generateGlobalId', true);

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

@@ -15,6 +15,7 @@
     limitations under the License.
 ############################################################################## */
 
+//class=roxieserviceaccess
 //version targetIP='127.0.0.1',goodPort='9876',blacListedPort='9875'
 
 #option('generateGlobalId', true);