I'm testing out partitioning functionality...
I know that resource IDs must be unique across partitions (I wish that weren't the case, for the record).
However, how about ValueSet.url and other "uniqueness" validations?
For example, I can't load two ValueSets that have the same .url, or I would get this error:
Can not create multiple ValueSet resources with ValueSet.url "XXX" and ValueSet.version "YYY", already have one with resource ID: ValueSet/ZZZ
Should I expect to see the same validation error if I load this ValueSet with different IDs on two different partitions?