mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
temporarily taking back the pre-mature attempt to wait for replication queues to drain during test execution (c74a309266)
This commit is contained in:
-7
@@ -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...");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user