From 297b5ff2f3879270f99b61614b4b76e3906cbf89 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Tue, 12 Feb 2013 09:23:45 -0700 Subject: [PATCH] TODO for timing-related test ndoesn't work on MySQL 5.6. --- t/pt-archiver/check_slave_lag.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/pt-archiver/check_slave_lag.t b/t/pt-archiver/check_slave_lag.t index d5cfc1f9..4275d512 100644 --- a/t/pt-archiver/check_slave_lag.t +++ b/t/pt-archiver/check_slave_lag.t @@ -52,6 +52,8 @@ is_deeply( 'Table not purged yet (issue 758)' ); +# TODO: MySQL 5.6 is no longer tricked by this method. + # Once this goes through repl, the slave will sleep causing # seconds behind master to increase > 0. system('/tmp/12345/use -e "insert into issue_758.t select sleep(2)"');