To make testing easier, almost all classes in the lock manager contain print functions. This was put to good use by the test driver which made it easy to see if the lock manager was working correctly. It tested and ran well with the OS code in a multi-user environment with up to four instances of the lock manager running concurrently.
Basically, we spent a good deal of time on the lock manager, codeing and recoding to fit new specifications as we were made aware of them. But probably the majority of the time was spent trying to link it properly with other groups and then debugging the really subtle and also blatant errors that came up during testing.