Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
5.5.63
-
None
-
None
Description
perfschema.func_file_io w1 [ fail ]
|
Test ended at 2019-07-14 13:58:22
|
|
CURRENT_TEST: perfschema.func_file_io
|
--- /usr/share/mysql-test/suite/perfschema/r/func_file_io.result 2019-07-12 12:41:50.000000000 +0000
|
+++ /dev/shm/var/1/log/func_file_io.reject 2019-07-14 13:58:22.380781101 +0000
|
@@ -21,7 +21,7 @@
|
1
|
SELECT IF(@before_count > 0, 'Success', 'Failure') has_instrumentation;
|
has_instrumentation
|
-Success
|
+Failure
|
SELECT * FROM t1 WHERE id < 4;
|
id b
|
1 initial value
|
@@ -36,7 +36,7 @@
|
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
|
|
- saving '/dev/shm/var/1/log/perfschema.func_file_io/' to '/dev/shm/var/log/perfschema.func_file_io/'
|
|
Retrying test perfschema.func_file_io, attempt(2/3)...
|
|
worker[1] > Restart - not started
|