SET time_zone='+0:00' when --utc is used. Fix another test that was a false-positive, revealed by this fix. Rename bugs.t to utc.t because it only has --utc tests.

This commit is contained in:
Daniel Nichter
2013-04-04 17:18:01 -06:00
parent 6376556c20
commit ed757b6dcd
2 changed files with 9 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ sub start_update_instance {
my $cmd = "$trunk/bin/pt-heartbeat";
exec { $cmd } $cmd, qw(-h 127.0.0.1 -u msandbox -p msandbox -P), $port,
qw(--database test --table heartbeat --create-table),
qw(--update --interval 0.5 --pid), $pidfile;
qw(--utc --update --interval 0.5 --pid), $pidfile;
exit 1;
}
push @exec_pids, $pid;