File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -477,15 +477,8 @@ integTest {
477477 // Set properties for connection to clusters and between clusters
478478 doFirst {
479479 getClusters(). forEach { cluster ->
480- String allTransportSocketURI = cluster. nodes. stream(). flatMap { node ->
481- node. getAllTransportPortURI(). stream()
482- }. collect(Collectors . joining(" ," ))
483- String allHttpSocketURI = cluster. nodes. stream(). flatMap { node ->
484- node. getAllHttpSocketURI(). stream()
485- }. collect(Collectors . joining(" ," ))
486-
487- systemProperty " tests.rest.${ cluster.name} .http_hosts" , " ${ -> allHttpSocketURI} "
488- systemProperty " tests.rest.${ cluster.name} .transport_hosts" , " ${ -> allTransportSocketURI} "
480+ systemProperty " tests.rest.${ cluster.name} .http_hosts" , " ${ -> getAllHttpSocketURI(cluster)} "
481+ systemProperty " tests.rest.${ cluster.name} .transport_hosts" , " ${ -> getAllTransportSocketURI(cluster)} "
489482 }
490483 }
491484
You can’t perform that action at this time.
0 commit comments