Skip to content

Commit

Permalink
Merge pull request #17860 from AttilaVamos/HPCC-30426-fix-9.4.x
Browse files Browse the repository at this point in the history
HPCC-30426 The soaptext1.ecl fails in cloud.

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Oct 5, 2023
2 parents 9ff7f73 + 7d084db commit 6146eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion testing/regress/ecl-test-azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"soapcall.ecl:targetIP=roxie",
"roxiegzip.ecl:TargetIP=roxie",
"roxiewhitespace.ecl:TargetIP=roxie",
"roxiepipe.ecl:TargetIP=roxie"
"roxiepipe.ecl:TargetIP=roxie",
"soaptext1.ecl:TargetIP=roxie"
],
"engineParams":[
"failOnLeaks",
Expand Down
5 changes: 2 additions & 3 deletions testing/regress/ecl/soaptext1.ecl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
//nothor
//nohthor

import ^ as root;

serviceUrl := #IFDEFINED(root.url, 'http://.:9876');
TargetIP := '.' : STORED('TargetIP');
serviceUrl := 'http://'+TargetIP+':9876';

//--- end of version configuration ---

Expand Down

0 comments on commit 6146eca

Please sign in to comment.