google-nomulus/javatests/google/registry/batch
guyben cd9bd35a08 Accept a list of TLDs on which to delete "prober" (test) data.
Currently, DeleteProberDataAction goes over all the TLDs of type "TEST" that
end with .test, and deletes all their DomainResources and their subordinate
history entries, poll messages, billing events, ForeignKeyDomainIndex and
EppResourceIndex entities.

After this change, we can optionally supply TLDs to work on for the request using one or more "tld=" parameter. The default (if none are supplied) will still be "all TEST TLDs that end in .test".

All given TLDs must exist, and must all be of type TEST.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=187064053
2018-03-06 19:03:48 -05:00
..
BUILD Accept a list of TLDs on which to delete "prober" (test) data. 2018-03-06 19:03:48 -05:00
DeleteContactsAndHostsActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
DeleteProberDataActionTest.java Accept a list of TLDs on which to delete "prober" (test) data. 2018-03-06 19:03:48 -05:00
ExpandRecurringBillingEventsActionTest.java Merge JUnitBackport's expectThrows into assertThrows 2018-03-06 18:56:15 -05:00
MapreduceEntityCleanupActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
RefreshDnsOnHostRenameActionTest.java Automatically refactor more exception testing to use new JUnit rules 2017-12-27 10:42:36 -05:00
ResaveAllEppResourcesActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
TestMapreduceEntityCleanupUtil.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
VerifyEntityIntegrityActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00