浏览代码

Merge pull request #14002 from AttilaVamos/HPCC-24414-impr-7.10.x

HPCC-24414 OriginalTextFilesIp should not default to EspIP

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 年之前
父节点
当前提交
d562e8163f
共有 3 个文件被更改,包括 5 次插入3 次删除
  1. 1 1
      testing/regress/ecl-test
  2. 2 1
      testing/regress/ecl-test-cluster160.json
  3. 2 1
      testing/regress/ecl-test.json

+ 1 - 1
testing/regress/ecl-test

@@ -394,7 +394,7 @@ class RegressMain:
             self.args.setupExtraX = []
             self.args.setupExtraX.append('OriginalTextFilesOsPath='+self.regressionSuiteHpccMainOsDir)
             self.args.setupExtraX.append('OriginalTextFilesEclPath='+self.regressionSuiteHpccMainEclDir)
-            self.args.setupExtraX.append('OriginalTextFilesIp=' + self.config.espIp )
+            self.args.setupExtraX.append('OriginalTextFilesIp=' +self.config.setupExtraParams['OriginalTextFilesIp'] )
 
             self.args.setupExtraX.append('dropzoneIp=' + self.config.dropzoneIp )
             self.args.setupExtraX.append('dropzonePath=' + self.config.dropzonePath )

+ 2 - 1
testing/regress/ecl-test-cluster160.json

@@ -61,7 +61,8 @@
             "disableLocalOptimizations"
         ],
         "setupExtraParams":{
-            "OriginalTextFilesOsPath" : "/opt/HPCCSystems/testing/regress"
+            "OriginalTextFilesOsPath" : "/opt/HPCCSystems/testing/regress",
+            "OriginalTextFilesIp" : "127.0.0.1"
         }
     }
 }

+ 2 - 1
testing/regress/ecl-test.json

@@ -58,7 +58,8 @@
             "failOnLeaks"
         ],
         "setupExtraParams":{
-            "OriginalTextFilesOsPath" : "/opt/HPCCSystems/testing/regress"
+            "OriginalTextFilesOsPath" : "/opt/HPCCSystems/testing/regress",
+            "OriginalTextFilesIp" : "127.0.0.1"
         },
         "FileExclusion":[
             "*_blahblah.ecl"