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



##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -217,7 +218,7 @@ public void testOpenDatabaseWhenFacadeIsNotOpened() throws 
Exception
     {
         DatabaseConfig createIfAbsentDbConfig = 
DatabaseConfig.DEFAULT.setAllowCreate(true);
 
-        EnvironmentFacade ef = createMaster();
+        EnvironmentFacade ef = createMaster(false);

Review comment:
       Done!

##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -234,19 +235,19 @@ public void testOpenDatabaseWhenFacadeIsNotOpened() 
throws Exception
     @Test
     public void testGetGroupName() throws Exception
     {
-        assertEquals("Unexpected group name", TEST_GROUP_NAME, 
createMaster().getGroupName());
+        assertEquals("Unexpected group name", TEST_GROUP_NAME, 
createMaster(false).getGroupName());

Review comment:
       Done!

##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -234,19 +235,19 @@ public void testOpenDatabaseWhenFacadeIsNotOpened() 
throws Exception
     @Test
     public void testGetGroupName() throws Exception
     {
-        assertEquals("Unexpected group name", TEST_GROUP_NAME, 
createMaster().getGroupName());
+        assertEquals("Unexpected group name", TEST_GROUP_NAME, 
createMaster(false).getGroupName());
     }
 
     @Test
     public void testGetNodeName() throws Exception
     {
-        assertEquals("Unexpected group name", TEST_NODE_NAME, 
createMaster().getNodeName());
+        assertEquals("Unexpected group name", TEST_NODE_NAME, 
createMaster(false).getNodeName());

Review comment:
       Done!

##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -234,19 +235,19 @@ public void testOpenDatabaseWhenFacadeIsNotOpened() 
throws Exception
     @Test
     public void testGetGroupName() throws Exception
     {
-        assertEquals("Unexpected group name", TEST_GROUP_NAME, 
createMaster().getGroupName());
+        assertEquals("Unexpected group name", TEST_GROUP_NAME, 
createMaster(false).getGroupName());
     }
 
     @Test
     public void testGetNodeName() throws Exception
     {
-        assertEquals("Unexpected group name", TEST_NODE_NAME, 
createMaster().getNodeName());
+        assertEquals("Unexpected group name", TEST_NODE_NAME, 
createMaster(false).getNodeName());
     }
 
     @Test
     public void testLastKnownReplicationTransactionId() 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