Dedeepya-T commented on a change in pull request #77:
URL: https://github.com/apache/qpid-broker-j/pull/77#discussion_r563539973
##########
File path:
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -993,7 +1011,7 @@ public void testNodeRolledback() throws Exception
LOGGER.debug("RESTARTING " + replicaName);
// Restart the node2, making it primary so it becomes master
TestStateChangeListener node2StateChangeListener = new
TestStateChangeListener();
- node2 = addNode(replicaName, replicaNodeHostPort, true,
node2StateChangeListener, new NoopReplicationGroupListener());
+ node2 = addNode(replicaName, replicaNodeHostPort, true,
node2StateChangeListener, new NoopReplicationGroupListener(),false);
Review comment:
Done!
##########
File path:
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -967,7 +985,7 @@ public void testNodeRolledback() throws Exception
createConfig.setTransactional(true);
TestStateChangeListener masterListener = new TestStateChangeListener();
- ReplicatedEnvironmentFacade node1 = addNode(TEST_NODE_NAME,
TEST_NODE_HOST_PORT, true, masterListener, new NoopReplicationGroupListener());
+ ReplicatedEnvironmentFacade node1 = addNode(TEST_NODE_NAME,
TEST_NODE_HOST_PORT, true, masterListener, new
NoopReplicationGroupListener(),false);
Review comment:
Done!
##########
File path:
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -945,7 +963,7 @@ public boolean onIntruderNode(ReplicationNode node)
return true;
}
};
- ReplicatedEnvironmentFacade firstNode = createMaster(listener);
+ ReplicatedEnvironmentFacade firstNode = createMaster(listener,false);
Review comment:
Done!
##########
File path:
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -921,7 +939,7 @@ public void testPermittedNodeIsAllowedToConnect() throws
Exception
permittedNodes.add(node1NodeHostPort);
firstNode.setPermittedNodes(permittedNodes);
- ReplicatedEnvironmentConfiguration configuration =
createReplicatedEnvironmentConfiguration(TEST_NODE_NAME + "_1",
node1NodeHostPort, false);
+ ReplicatedEnvironmentConfiguration configuration =
createReplicatedEnvironmentConfiguration(TEST_NODE_NAME + "_1",
node1NodeHostPort, false,false);
Review comment:
Done!
##########
File path:
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -911,7 +929,7 @@ public void testSetPermittedNodes() throws Exception
@Test
public void testPermittedNodeIsAllowedToConnect() throws Exception
{
- ReplicatedEnvironmentFacade firstNode = createMaster();
+ ReplicatedEnvironmentFacade firstNode = createMaster(false);
Review comment:
Done!
##########
File path:
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -891,7 +909,7 @@ public void testBeginTransaction() throws Exception
@Test
public void testSetPermittedNodes() throws Exception
{
- ReplicatedEnvironmentFacade firstNode = createMaster();
+ ReplicatedEnvironmentFacade firstNode = createMaster(false);
Review comment:
Done!
##########
File path:
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -868,7 +886,7 @@ public void stateChange(StateChangeEvent event) throws
RuntimeException
@Test
public void testBeginTransaction() throws Exception
{
- ReplicatedEnvironmentFacade facade = createMaster();
+ ReplicatedEnvironmentFacade facade = createMaster(false);
Review comment:
Done!
##########
File path:
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -854,7 +872,7 @@ public void stateChange(StateChangeEvent event) throws
RuntimeException
};
String thirdNodeName = TEST_NODE_NAME + "_2";
ReplicatedEnvironmentFacade thirdNode = addNode(thirdNodeName,
node2NodeHostPort, TEST_DESIGNATED_PRIMARY,
-
testStateChangeListener, new NoopReplicationGroupListener());
+
testStateChangeListener, new NoopReplicationGroupListener(),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]