Wed, 30 Jan 2019 16:54:34 -0800 |
Gregory Szorc |
tests: compare against a bytes in test-lock.py
|
Wed, 30 Jan 2019 16:53:12 -0800 |
Gregory Szorc |
tests: perform a shallow copy instead of a deep copy
|
Mon, 08 Oct 2018 10:45:36 +0900 |
FUJIWARA Katsunori |
tests: fix style issue of importing order in test-lock.py
|
Mon, 01 Oct 2018 21:54:00 -0400 |
Matt Harbison |
py3: byteify test-lock.py
|
Sat, 14 Oct 2017 12:02:15 -0400 |
Augie Fackler |
python3: replace im_{self,func} with __{self,func}__ globally
|
Sat, 13 May 2017 11:52:44 -0700 |
Gregory Szorc |
tests: use context manager form of assertRaises
|
Mon, 01 May 2017 19:59:13 +0900 |
FUJIWARA Katsunori |
lock: avoid unintentional lock acquisition at failure of readlock
stable
|
Thu, 02 Mar 2017 13:33:02 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'test-lock'
|
Wed, 03 Feb 2016 09:11:22 +0000 |
timeless |
util: enable getpid to be replaced
|
Tue, 06 Oct 2015 13:19:05 -0700 |
Siddharth Agarwal |
localrepo: prevent wlock from being inherited when a transaction is running
|
Tue, 06 Oct 2015 13:13:31 -0700 |
Siddharth Agarwal |
lock: add a way to prevent locks from being inherited
|
Sun, 04 Oct 2015 20:04:44 -0700 |
Siddharth Agarwal |
lock.release: don't call postrelease functions for inherited locks
|
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
|