Package google.registry.batch
Class DeleteLoadTestDataAction
java.lang.Object
google.registry.batch.DeleteLoadTestDataAction
- All Implemented Interfaces:
Runnable
Hard deletes load-test Contacts, Hosts, their subordinate history entries, and the associated
ForeignKey entities.
This only deletes contacts and hosts, NOT domains. To delete domains, use DeleteProberDataAction
and pass it the TLD(s) that the load test domains were created on. Note
that DeleteProberDataAction is safe enough to run in production whereas this action is not, but
this one does not need to be runnable in production because load testing isn't run against
production.
-
Method Summary