Fix/update/test sending data. Rename query-monitor to query-server in tests.

This commit is contained in:
Daniel Nichter
2013-03-19 16:35:37 -06:00
parent 5a65305a47
commit 846daa6c31
20 changed files with 877 additions and 292 deletions
+658 -211
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -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);