google-nomulus/javatests/google/registry/request
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
..
auth Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00
lock Check if lock owner is finished on lock acquisition 2017-09-20 10:27:17 -04:00
BUILD Make first pass at new OAuth-aware server authentication framework 2017-02-14 11:59:19 -05:00
JsonResponseTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RequestHandlerTest.java Fix Optinal.absent() to Optional.<AuthResult>absent() 2017-08-01 16:34:32 -04:00
RequestModuleTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RequestParametersTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
ResponseImplTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:47:13 -04:00
RouterTest.java Change @Auth to an AutoValue, and created a set of predefined Auths 2017-08-01 16:33:10 -04:00