// Cache 0 didn't manage to send any StateRequestCommand yet.
// We'll pretend it got a StateResponseCommand with an older topology id.
InboundInvocationHandler iih = TestingUtil.extractGlobalComponent(manager(0), InboundInvocationHandler.class);
StateChunk stateChunk = new StateChunk(0, Collections.<InternalCacheEntry>emptyList(), true);
StateResponseCommand stateResponseCommand = new StateResponseCommand(CacheContainer.DEFAULT_CACHE_NAME,
address(3), initialTopologyId, Arrays.asList(stateChunk));
iih.handle(stateResponseCommand, address(3));
crm.stopBlocking();