Description
Currently NodeStoreBranch.move("/x", "/x") returns true on MicroKernelImpl and MongoMK but false on SegmentMk.
The current expectation is for it to return false. However, we should probably change that as it is very easy to support and shouldn't break anything.