Scrap tool for verifying dual-written cursors

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125593970
This commit is contained in:
ctingue 2016-06-22 12:18:42 -07:00 committed by Ben McIlwain
parent 86af4c2f6a
commit 385206a81e
2 changed files with 115 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import com.google.common.collect.ImmutableSortedMap;
import google.registry.tools.javascrap.LoadAndResaveCommand;
import google.registry.tools.javascrap.RemoveIpAddressCommand;
import google.registry.tools.javascrap.VerifyDualWrittenCursorsCommand;
/** Container class to create and run remote commands against a datastore instance. */
public final class RegistryTool {
@ -75,6 +76,7 @@ public final class RegistryTool {
.put("update_tld", UpdateTldCommand.class)
.put("upload_claims_list", UploadClaimsListCommand.class)
.put("validate_escrow_deposit", ValidateEscrowDepositCommand.class)
.put("verify_dual_written_cursors", VerifyDualWrittenCursorsCommand.class)
.build();
public static void main(String[] args) throws Exception {