StateChunk stateChunk0 = new StateChunk(0, Arrays.<InternalCacheEntry>asList(new ImmortalCacheEntry("k0", "v0")), true);
StateChunk stateChunk1 = new StateChunk(1, Arrays.<InternalCacheEntry>asList(new ImmortalCacheEntry("k0", "v0")), true);
StateResponseCommand stateResponseCommand = new StateResponseCommand(CacheContainer.DEFAULT_CACHE_NAME,
address(1), initialTopologyId, Arrays.asList(stateChunk0, stateChunk1));
// Call with preserveOrder = true to force the execution in the same thread
iih.handle(stateResponseCommand, address(3), null, true);
sequencer.exit("st:simulate_old_response");
waitForRehashToComplete(cache(0), cache(1), cache(2), cache(3));