Skip to content

Remove adjacency checks

Alex Kalderimis requested to merge ajk-remove-adjacency-check into master

What does this MR do?

The adjacency checks were added as a sanity check to guard against concurrent modification. They have proved to be much more trouble than they are worth, since they don't work as expected in the presence of deleted designs.

Addresses: #300071 (closed)

This removes the adjacency checks completely, and relies on the client making sane requests.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Alex Kalderimis

Merge request reports

Loading