Testing it on Linux now. There is one unit test failure:
```text
Running org.apache.reef.webserver.TestHttpServer
Sep 21, 2018 1:01:11 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 13,737
Sep 21, 2018 1:01:11 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 13,737
Sep 21, 2018 1:01:11 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 18,028
Sep 21, 2018 1:01:11 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 18,028
Sep 21, 2018 1:01:11 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 15,015
Sep 21, 2018 1:01:11 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 15,015
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 19,931
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 19,931
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 13,085
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 13,085
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 13,085
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 13,085
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 17,102
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 17,102
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl addHttpHandler
INFO: addHttpHandler: Reef
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 7,737
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 7,737
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl tryPort
INFO: Jetty Server started with port: 5,624
Sep 21, 2018 1:01:12 AM org.apache.reef.webserver.HttpServerImpl <init>
INFO: Jetty Server started with port: 5,624
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec <<< 
FAILURE! - in 
org.apache.reef.webserver.TestHttpServerhttpServerPortRetryTestWithTcpPortProvider(org.apache.reef.webserver.TestHttpServer)
  Time elapsed: 0.035 sec  <<< FAILURE!
java.lang.AssertionError: Created two web servers on the same port: 13085
        at 
org.apache.reef.webserver.TestHttpServer.httpServerPortRetryTestWithTcpPortProvider(TestHttpServer.java:136)
```
Not sure it it is related to the PR, but I have not seen that error before. For 
now, I'll just keep it here to documentation.

[ Full content available at: https://github.com/apache/reef/pull/1477 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to