log tests/test-lock.py @ 26473:5f94e64f182c

age author description
Sun, 04 Oct 2015 20:02:50 -0700 Siddharth Agarwal lock: turn prepinherit/reacquire into a single context manager
Thu, 24 Sep 2015 22:07:55 -0700 Siddharth Agarwal lock: recognize parent locks while acquiring
Thu, 24 Sep 2015 22:00:51 -0700 Siddharth Agarwal test-lock.py: fix testing for forks
Thu, 24 Sep 2015 20:40:00 -0700 Siddharth Agarwal test-lock.py: allow PID to be changed in test state
Thu, 24 Sep 2015 20:22:59 -0700 Siddharth Agarwal test-lock.py: add a lock wrapper that allows faking the PID
Thu, 24 Sep 2015 19:52:34 -0700 Siddharth Agarwal test-lock.py: move temp dir generation to testcase
Thu, 24 Sep 2015 17:33:13 -0700 Siddharth Agarwal test-lock.py: copy-edit assertions about file existing
Tue, 22 Sep 2015 14:09:42 -0700 Siddharth Agarwal lock: move acquirefn call to inside the lock
Thu, 17 Sep 2015 15:38:00 -0700 Siddharth Agarwal tests: add unit tests for locking code