686
686
"""Detect that the holder (this process) is still running."""
687
687
info = LockHeldInfo.for_this_process(None)
688
688
info.info_dict['pid'] = '123123123'
692
689
self.assertTrue(info.is_lock_holder_known_dead())
694
691
def test_lock_holder_other_machine(self):