temporarily taking back the pre-mature attempt to wait for replication queues to drain during test execution (c74a309266)

This commit is contained in:
Axel Uhl
2015-03-30 18:27:04 +02:00
parent e8c6164f96
commit 273152b0b0
@@ -179,13 +179,6 @@ public abstract class AbstractServerReplicationTestSetUp<ReplicableInterface ext
* original exception propagate */
logger.log(Level.SEVERE, "Exception trying to connect to initial load test servlet to STOP it", ex);
}
synchronized (replicaReplicator.getReplicator()) {
while (!replicaReplicator.getReplicator().isQueueEmpty()) {
logger.info("Waiting for replication queue to drain...");
replicaReplicator.getReplicator().wait();
}
}
logger.info("Replication queue has been drained...");
}
/**