소스 검색

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