Comment 1 for bug 1783130

Revision history for this message
Eric Fried (efried) wrote :

We still need to be careful not to duplicate rp objects, because of the generation conflict thing we already saw. I think we should whip through the old/new inventory objects (and maybe the allocation objects too) and build up a dict of rp_uuid: rp_obj to use in those two loops so we don't ever have to assume [0] exists.

I'll work through something this morning.