فهرست منبع

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 سال پیش
والد
کامیت
6367b21d6d
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      testing/regress/ecl/httpcall_jsonpost.ecl
  2. 1 0
      testing/regress/ecl/httpcall_xmlpost.ecl
  3. 1 0
      testing/regress/ecl/soapcall.ecl

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