google-nomulus/javatests/google/registry/model/server
guyben 892424b148 Check if lock owner is finished on lock acquisition
Sometimes requests "die" suddenly, without going through catch/finally blocks.
If this happens, any lock they own will remain locked until it times out (which
can take hours in some cases).

This cl implicitly unlocks any lock if the owner of the lock isn't running
anymore.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=168880938
2017-09-20 10:27:17 -04:00
..
KmsSecretRevisionTest.java Add Cloud KMS based secret storage 2017-02-17 12:22:12 -05:00
KmsSecretTest.java Add Cloud KMS based secret storage 2017-02-17 12:22:12 -05:00
LockTest.java Check if lock owner is finished on lock acquisition 2017-09-20 10:27:17 -04:00
ServerSecretTest.java Rewrite ServerSecret caching and accessor logic 2017-03-07 13:30:18 -05:00