// Assert that this DNode is registered for failover
HazelcastInstance hz = Hazelcast.newHazelcastInstance(HazelcastConfigBuilder.build(testConfig));
final CoordinationStructures coord = new CoordinationStructures(hz);
// We need to implement the {@link com.splout.db.hazelcast.DistributedRegistry} for members to be
// automatically removed from the DNODES map
new DistributedRegistry(CoordinationStructures.DNODES, new DNodeInfo(testConfig), hz, 10, 3);
new TestUtils.NotWaitingForeverCondition() {
@Override
public boolean endCondition() {
boolean registered = false;