Description
The MountInfoConfig is bound reluctantly in https://github.com/apache/jackrabbit-oak/blob/c424e1c179092594c365034c7b3f6eceb6cf2b42/oak-store-composite/src/main/java/org/apache/jackrabbit/oak/composite/MountInfoProviderService.java#L129, apart from that the check in https://github.com/apache/jackrabbit-oak/blob/c424e1c179092594c365034c7b3f6eceb6cf2b42/oak-store-composite/src/main/java/org/apache/jackrabbit/oak/composite/MountInfoProviderService.java#L140 is incorrect as it returns true if all found info configs are part of the array expectedMounts but what is intended is rather that it only returns true if all entries in the array are contained at least once in the bound configs.