mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +00:00
Updated all tests for PS 5.7
This commit is contained in:
@@ -175,7 +175,7 @@ sub wait {
|
||||
die "$var=$val exceeds its critical threshold "
|
||||
. "$self->{critical_val_for}->{$var}\n";
|
||||
}
|
||||
if ( $val >= $self->{max_val_for}->{$var} ) {
|
||||
if ( $val && $val >= $self->{max_val_for}->{$var} ) {
|
||||
$vals_too_high{$var} = $val;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user