google-nomulus/javatests/google/registry/flows
mcilwain 00ea99960a Improve efficiency of async contact and host deletion with batching
This allows handling of N asynchronous deletion requests simultaneously instead
of just 1.  An accumulation pull queue is used for deletion requests, and the
async deletion [] is now fired off whenever that pull queue isn't empty,
and processes many tasks at once.  This doesn't particularly take more time,
because the bulk of the cost of the async delete operation is simply iterating
over all DomainBases (which has to happen regardless of how many contacts and
hosts are being deleted).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133169336
2016-09-19 11:47:55 -04:00
..
async Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
contact Flatten the contact flows 2016-09-14 16:07:02 -04:00
domain HistoryEntry for extra logic; update fee check 2016-09-14 15:28:03 -04:00
dotapp/testdata Implement extra logic for update flow 2016-08-22 13:58:56 -04:00
host DeReference the codebase 2016-09-02 13:50:20 -04:00
poll Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
session Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
testdata Flatten the contact flows 2016-09-14 16:07:02 -04:00
BUILD Add additional methods for manipulating timed transition maps 2016-08-15 17:13:29 -04:00
CheckApiActionTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppCommitLogsTest.java DeReference the codebase 2016-09-02 13:50:20 -04:00
EppConsoleActionTest.java Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
EppControllerTest.java Change EppMetric.Builder to use @AutoValue.Builder 2016-09-14 15:38:22 -04:00
EppLifecycleContactTest.java Flatten the contact flows 2016-09-14 16:07:02 -04:00
EppLifecycleDomainApplicationTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLifecycleDomainTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLifecycleHostTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLoggedOutTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLoginAdminUserTest.java Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
EppLoginTlsTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppLoginUserTest.java Decouple GaeUserCredentials from UserService and simplify tests 2016-09-14 15:36:53 -04:00
EppTestCase.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppTestComponent.java Add some more configs to ConfigModule and provide it in flow tests 2016-09-14 16:05:24 -04:00
EppTlsActionTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppToolActionTest.java Break SessionSource out of SessionMetadata and rename it EppRequestSource. 2016-06-27 16:19:21 -04:00
EppXmlTransformerTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
EppXxeAttackTest.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
FlowRunnerTest.java Get rid of @Nullable on the injected client id 2016-09-14 16:08:38 -04:00
FlowTestCase.java DeReference the codebase 2016-09-02 13:50:20 -04:00
ResourceCheckFlowTestCase.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ResourceFlowTestCase.java DeReference the codebase 2016-09-02 13:50:20 -04:00