mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
Test get_services(). Need to fix/update other tests.
This commit is contained in:
@@ -59,6 +59,13 @@ has 'meta' => (
|
||||
default => sub { return 0 },
|
||||
);
|
||||
|
||||
has 'run_once' => (
|
||||
is => 'ro',
|
||||
isa => 'Bool',
|
||||
required => 0,
|
||||
default => sub { return 0 },
|
||||
);
|
||||
|
||||
has 'links' => (
|
||||
is => 'rw',
|
||||
isa => 'Maybe[HashRef]',
|
||||
|
@@ -40,12 +40,6 @@ has 'program' => (
|
||||
required => 0,
|
||||
);
|
||||
|
||||
has 'options' => (
|
||||
is => 'ro',
|
||||
isa => 'Maybe[Str]',
|
||||
required => 0,
|
||||
);
|
||||
|
||||
has 'query' => (
|
||||
is => 'ro',
|
||||
isa => 'Maybe[Str]',
|
||||
|
Reference in New Issue
Block a user