Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
Tests run: 9, Failures: 2, Errors: 1, Skipped: 0, Time elapsed: 0.73 sec <<< FAILURE! - in org.apache.accumulo.server.util.TServerUtilsTest testStartServerUsedPortWithSearch(org.apache.accumulo.server.util.TServerUtilsTest) Time elapsed: 0.379 sec <<< FAILURE! java.lang.AssertionError: expected:<1025> but was:<1024> at org.apache.accumulo.server.util.TServerUtilsTest.testStartServerUsedPortWithSearch(TServerUtilsTest.java:258) testStartServerUsedPort(org.apache.accumulo.server.util.TServerUtilsTest) Time elapsed: 0.003 sec <<< FAILURE! java.lang.AssertionError: Expected exception: java.net.UnknownHostException testStartServerFreePort(org.apache.accumulo.server.util.TServerUtilsTest) Time elapsed: 0.002 sec <<< ERROR! java.net.UnknownHostException: Unable to find a listen port at org.apache.accumulo.server.util.TServerUtilsTest.startServer(TServerUtilsTest.java:341) at org.apache.accumulo.server.util.TServerUtilsTest.testStartServerFreePort(TServerUtilsTest.java:220)
These seem like they might be related to your changes in ACCUMULO-4331, dlmarion. Can you please take a look?
Attachments
Issue Links
- is broken by
-
ACCUMULO-4331 Make port configuration and allocation consistent across services
- Resolved