Kevin Innerebner created SYSTEMML-2566:
------------------------------------------

             Summary: Replace federated connection string creation with Util 
function
                 Key: SYSTEMML-2566
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2566
             Project: SystemDS
          Issue Type: Improvement
            Reporter: Kevin Innerebner


Currently some federated tests use string creation like:
{code:java}
"\"localhost:" + port + "/" + input("A") + "\""{code}
Instead it should use the TestUtil function
{code:java}
TestUtils.federatedAddress("localhost", port, input("A")){code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to