mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Remove ServerSideCommand
ServerSideCommand now just aggregates CommandWithConnection and CommandWithRemoteApi, so it's arguably clearer for commands to just implement both of these. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211670031
This commit is contained in:
@@ -24,7 +24,8 @@ import google.registry.model.registry.Registries;
|
||||
|
||||
/** Command to initiate a load-test. */
|
||||
@Parameters(separators = " =", commandDescription = "Run a load test.")
|
||||
class LoadTestCommand extends ConfirmingCommand implements ServerSideCommand {
|
||||
class LoadTestCommand extends ConfirmingCommand
|
||||
implements CommandWithConnection, CommandWithRemoteApi {
|
||||
|
||||
// This is a mostly arbitrary value, roughly an hour and a quarter. It served as a generous
|
||||
// timespan for initial backup/restore testing, but has no other special significance.
|
||||
|
||||
Reference in New Issue
Block a user