This is an automated email from the ASF dual-hosted git repository. xiangying pushed a commit to branch xiangying/release-test/2.10.3.1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit a632ad6ec923b16b9d29e2feee0ab25fd421c5b6 Author: xiangying <[email protected]> AuthorDate: Thu Jan 5 14:58:05 2023 +0800 Release test --- .../src/test/java/org/apache/pulsar/functions/worker/FileServer.java | 1 + 1 file changed, 1 insertion(+) diff --git a/pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/FileServer.java b/pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/FileServer.java index ce3d770638a..796693a4c12 100644 --- a/pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/FileServer.java +++ b/pulsar-broker/src/test/java/org/apache/pulsar/functions/worker/FileServer.java @@ -41,6 +41,7 @@ public class FileServer implements AutoCloseable { private static final String HEALTH_PATH = "/health"; private final HttpServer httpServer; + public FileServer() throws IOException { httpServer = HttpServer.create(new InetSocketAddress(0), 0); // creates a default executor
