685
685
def test_lock_holder_other_machine(self):
686
686
"""The lock holder isn't here so we don't know if they're alive."""
687
687
info = LockHeldInfo.for_this_process(None)
689
697
self.assertFalse(info.is_lock_holder_known_dead())
691
699
def test_no_good_hostname(self):