You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with DbSlice::AddOrFind is that it doesn't use unsigned req_obj_type for the Find. This can lead to bugs where the object type is incorrectly changed to a different type.
We need to add req_obj_type to AddOrFind and test all commands.