ctubbsii commented on a change in pull request #1575:
URL: https://github.com/apache/accumulo/pull/1575#discussion_r532621604



##########
File path: 
server/base/src/test/java/org/apache/accumulo/server/util/TServerUtilsTest.java
##########
@@ -233,6 +234,72 @@ public void testStartServerUsedPortWithSearch() throws 
Exception {
     }
   }
 
+  @SuppressFBWarnings(value = "UNENCRYPTED_SERVER_SOCKET", justification = 
"socket for testing")
+  @Test
+  public void testStartServerNonDefaultPorts() throws Exception {

Review comment:
       I can't remember the entire idea I had to simplify the logic for this 
test. I looked over the existing test, and it seems fine as-is, but I did open 
#1815 to clean up some of the static stuff and EasyMock code a bit.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to