Skip to content

Commit a17795c

Browse files
committed
CI fix
1 parent 0d5971c commit a17795c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

presto-native-execution/src/test/java/com/facebook/presto/nativeworker/ContainerQueryRunnerUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public static void createNativeWorkerConfigPropertiesWithFunctionServer(int coor
9090
properties.setProperty("http-server.http.port", "7777");
9191
properties.setProperty("discovery.uri", "http://presto-coordinator:" + coordinatorPort);
9292
properties.setProperty("system-memory-gb", "2");
93+
properties.setProperty("remote-function-server.rest.url", "http://presto-function-server:" + functionServerPort);
9394
createPropertiesFile("testcontainers/" + nodeId + "/etc/config.properties", properties);
9495
}
9596

0 commit comments

Comments
 (0)