You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/06/20 16:43:05 UTC

[jira] [Created] (ACCUMULO-4349) Test failures in master after port-search changes

Josh Elser created ACCUMULO-4349:
------------------------------------

             Summary: Test failures in master after port-search changes
                 Key: ACCUMULO-4349
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4349
             Project: Accumulo
          Issue Type: Bug
            Reporter: Josh Elser
            Assignee: Dave Marion
            Priority: Blocker
             Fix For: 1.9.0


{noformat}
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)
{noformat}

These seem like they might be related to your changes in ACCUMULO-4331, [~dlmarion]. Can you please take a look?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)