mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 14:54:51 +02:00
Scrap tool for verifying dual-written cursors
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125593970
This commit is contained in:
parent
86af4c2f6a
commit
385206a81e
2 changed files with 115 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue