FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Offline: Add negative tests to illustrate gap in capability around identifying ops submitted in multiple incarnations of the same container

Open markfields opened this issue 1 year ago • 0 comments

Description

Fixes AB#7939

For the parent Epic, we need to handle the case where a container is serialized, and then multiple incarnations of the same container resubmit the same ops. Those resubmitted ops will all be on unique clientIds, so the existing op ID logic (which just identifies "local" ops as those matching the current clientId) will not recognize them as duplicates.

This PR adds 3 test cases illustrating this gap.

markfields avatar May 15 '24 18:05 markfields