mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-05 01:00:35 +08:00
Fix/update/test sending data. Rename query-monitor to query-server in tests.
This commit is contained in:
+658
-211
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -7627,8 +7627,8 @@ use constant PTDEBUG => $ENV{PTDEBUG} || 0;
|
||||
|
||||
my $have_json = eval { require JSON };
|
||||
|
||||
our $pretty_json = 0;
|
||||
our $sorted_json = 0;
|
||||
our $pretty_json = $ENV{PTTEST_PRETTY_JSON} ? 1 : 0;
|
||||
our $sorted_json = $ENV{PTTEST_PRETTY_JSON} ? 1 : 0;
|
||||
|
||||
extends qw(QueryReportFormatter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user