Dedeepya-T commented on a change in pull request #77:
URL: https://github.com/apache/qpid-broker-j/pull/77#discussion_r563535065



##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -256,21 +257,21 @@ public void testLastKnownReplicationTransactionId() 
throws Exception
     @Test
     public void testGetNodeHostPort() throws Exception
     {
-        assertEquals("Unexpected node host port", TEST_NODE_HOST_PORT, 
createMaster().getHostPort());
+        assertEquals("Unexpected node host port", TEST_NODE_HOST_PORT, 
createMaster(false).getHostPort());

Review comment:
       Done!

##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -256,21 +257,21 @@ public void testLastKnownReplicationTransactionId() 
throws Exception
     @Test
     public void testGetNodeHostPort() throws Exception
     {
-        assertEquals("Unexpected node host port", TEST_NODE_HOST_PORT, 
createMaster().getHostPort());
+        assertEquals("Unexpected node host port", TEST_NODE_HOST_PORT, 
createMaster(false).getHostPort());
     }
 
     @Test
     public void testGetHelperHostPort() throws Exception
     {
         assertEquals("Unexpected node helper host port",
                             TEST_NODE_HELPER_HOST_PORT,
-                            createMaster().getHelperHostPort());
+                            createMaster(false).getHelperHostPort());
     }
 
     @Test
     public void testSetMessageStoreDurability() throws Exception
     {
-        ReplicatedEnvironmentFacade master = createMaster();
+        ReplicatedEnvironmentFacade master = createMaster(false);

Review comment:
       Done!




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to