Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645838 - dev-db/mysql-5.6.39: test failure: innodb.monitor
Summary: dev-db/mysql-5.6.39: test failure: innodb.monitor
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-01-26 18:51 UTC by Thomas Deutschmann (RETIRED)
Modified: 2018-02-14 00:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log.gz,86.40 KB, application/gzip)
2018-01-26 18:51 UTC, Thomas Deutschmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2018-01-26 18:51:48 UTC
Created attachment 516850 [details]
build.log

innodb.monitor                           w1 [ fail ]
        Test ended at 2018-01-26 19:43:10

CURRENT_TEST: innodb.monitor
--- /var/tmp/portage/dev-db/mysql-5.6.39/work/mysql/mysql-test/suite/innodb/r/monitor.result    2017-12-09 10:33:37.000000000 +0300
+++ /var/tmp/portage/dev-db/mysql-5.6.39/temp/var-tests/1/log/monitor.reject    2018-01-26 21:43:10.338949233 +0300
@@ -563,7 +563,7 @@
 SELECT NAME, COUNT FROM INFORMATION_SCHEMA.INNODB_METRICS WHERE NAME
 LIKE 'buffer_page_written_index_leaf';
 NAME   COUNT
-buffer_page_written_index_leaf NNNN
+buffer_page_written_index_leaf NNNN0
 SET GLOBAL innodb_monitor_disable='module_buffer_page';
 SET GLOBAL innodb_monitor_reset_all='module_buffer_page';
 SELECT NAME, COUNT FROM INFORMATION_SCHEMA.INNODB_METRICS WHERE NAME

mysqltest: Result content mismatch

 - saving '/var/tmp/portage/dev-db/mysql-5.6.39/temp/var-tests/1/log/innodb.monitor/' to '/var/tmp/portage/dev-db/mysql-5.6.39/temp/var-tests/log/innodb.monitor/'

Retrying test innodb.monitor, attempt(2/3)...


Unit tests: 100% tests passed, 0 tests failed out of 22
Report from unit tests in /var/tmp/portage/dev-db/mysql-5.6.39/temp/var-tests/ctest.log
--------------------------------------------------------------------------
The servers were restarted 671 times
Spent 4435.431 of 1763 seconds executing testcases

Check of testcase failed for: main.myisam main.variables

Completed: Failed 1/2707 tests, 99.96% were successful.

Failing test(s): innodb.monitor
Comment 2 Larry the Git Cow gentoo-dev 2018-02-14 00:43:33 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=7b6db3c69be46456e84788a875bc7fb8eb09e16f

commit 7b6db3c69be46456e84788a875bc7fb8eb09e16f
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2018-02-14 00:06:46 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-02-14 00:24:35 +0000

    Add patch to fix monitor.test in MySQL 5.6
    
    Bug: https://bugs.gentoo.org/645838

 20031_all_mysql-5.6-fix-monitor.test.patch | 129 +++++++++++++++++++++++++++++
 1 file changed, 129 insertions(+)}
Comment 3 Larry the Git Cow gentoo-dev 2018-02-14 00:46:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab7d95b5ac4a012eb99c60e72c02f89308adfc3

commit fab7d95b5ac4a012eb99c60e72c02f89308adfc3
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2018-02-14 00:44:08 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-02-14 00:46:47 +0000

    dev-db/mysql: Bump patch set to fix innodb.monitor test
    
    Closes: https://bugs.gentoo.org/645838
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-db/mysql/mysql-5.6.39.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)