119120121122123124125126
state2.moveToNext(); } // Check that if we merge old and clean on another node, we keep the right count ByteBuffer onRemote = ctx.merge(ctx.clearAllDelta(state.context), ctx.clearAllDelta(cleaned)); assert ctx.total(onRemote) == 11; } }