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



##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -186,7 +187,7 @@ public void tearDown() throws Exception
     @Test
     public void testClose() throws Exception
     {
-        ReplicatedEnvironmentFacade ef = createMaster();
+        ReplicatedEnvironmentFacade ef = createMaster(false);

Review comment:
       Done!

##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -199,7 +200,7 @@ public void testOpenDatabaseReusesCachedHandle() throws 
Exception
     {
         DatabaseConfig createIfAbsentDbConfig = 
DatabaseConfig.DEFAULT.setAllowCreate(true);
 
-        EnvironmentFacade ef = createMaster();
+        EnvironmentFacade ef = 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