5.5.13 perfschema.func_file_io fails TPS=4

Bug #780722 reported by Valentine Gostev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
percona-projects-qa
Fix Released
Low
Laurynas Biveinis

Bug Description

CURRENT_TEST: perfschema.func_file_io
--- /root/HEAP/mysql-test/suite/perfschema/r/func_file_io.result 2011-05-06 18:25:36.760325000 +0300
+++ /root/HEAP/mysql-test/suite/perfschema/r/func_file_io.reject 2011-05-10 23:06:28.924234085 +0300
@@ -17,7 +17,7 @@
 AND (OBJECT_NAME LIKE '%t1.MYD'));
 SELECT IF(@before_count > 0, 'Success', 'Failure') has_instrumentation;
 has_instrumentation
-Success
+Failure
 SELECT * FROM t1 WHERE id < 4;
 id b
 1 initial value
@@ -29,7 +29,7 @@
 AND (OBJECT_NAME LIKE '%t1.MYD') AND (1 = 1));
 SELECT IF((@after_count - @before_count) > 0, 'Success', 'Failure') test_ff1_timed;
 test_ff1_timed
-Success
+Failure
 UPDATE performance_schema.setup_instruments SET enabled='NO';
 SET @before_count = (SELECT SUM(TIMER_WAIT)
 FROM performance_schema.events_waits_history_long

mysqltest: Result content mismatch

Changed in percona-projects-qa:
milestone: none → 5.5.13
Changed in percona-projects-qa:
assignee: nobody → Laurynas Biveinis (laurynas-biveinis)
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Perfschema bugs will be fixed later if at all.

Changed in percona-projects-qa:
status: New → Triaged
importance: Undecided → Low
Changed in percona-projects-qa:
status: Triaged → Fix Committed
Changed in percona-projects-qa:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.