google-nomulus/javatests/google/registry/batch
mcilwain 46f175e078 Better handle deletion of prober domains
This implements a two-part deletion process for prober domains that were
not deleted properly by the prober (which is usually caused by a transient
network failure). The first time the mapreduce is run, such domains are
soft-deleted, so that their DNS entries can be removed correctly, and then
they are hard-deleted in the subsequent run.

Currently, all domains are hard-deleted the first time this mapreduce
runs, even if they were never soft-deleted correctly, which means that
their published DNS entries won't be correctly handled.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=165612973
2017-08-29 16:32:47 -04:00
..
BUILD Add mapreduce cleanup action 2017-03-13 10:24:57 -04:00
DeleteContactsAndHostsActionTest.java Add metrics for async batch operation processing 2017-06-05 18:17:09 -04:00
DeleteProberDataActionTest.java Better handle deletion of prober domains 2017-08-29 16:32:47 -04:00
ExpandRecurringBillingEventsActionTest.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
MapreduceEntityCleanupActionTest.java Refactor main loop of MapreduceEntityCleanupAction 2017-03-13 10:38:21 -04:00
RefreshDnsOnHostRenameActionTest.java Add metrics for async batch operation processing 2017-06-05 18:17:09 -04:00
TestMapreduceEntityCleanupUtil.java Add mapreduce cleanup action 2017-03-13 10:24:57 -04:00
VerifyEntityIntegrityActionTest.java Fix some direct uses of ForeignKey(C/H/D)Index 2017-05-03 10:40:21 -04:00