There are some TCK tests on locking adding lock tokens to different session.
org.apache.jackrabbit.test.api.lock.LockManagerTest#testLockTransfer2 org.apache.jackrabbit.test.api.lock.LockManagerTest#testAddLockTokenToAnotherSession Those tests expect exceptions on adding like as repository doesn't support simultaneous ownership. But our repository supports according to specification. And adding lock token to another session doesn't throw any exceptions. So those tests fail. So what we have to do in such a situation?
